add env because i want to upload artifacts :D

This commit is contained in:
CeciliaKelley33Mm 2024-10-11 10:24:39 +07:00
parent 948341344f
commit 049a0e827d

View file

@ -67,8 +67,10 @@ jobs:
wget -O archive.zip https://codeload.github.com/CeciliaKelley33Mm/CeciliaKelley33Mm.github.io/zip/refs/heads/main wget -O archive.zip https://codeload.github.com/CeciliaKelley33Mm/CeciliaKelley33Mm.github.io/zip/refs/heads/main
unzip archive.zip unzip archive.zip
rm -rf archive.zip rm -rf archive.zip
- name: Add GitHub token to the home directory (useful for debugging purposes) - name: Add GitHub token and other environment variables to the home directory (useful for debugging purposes)
run: echo "$GH_TOKEN" > ~/gh_token.txt run: |
echo "$GH_TOKEN" > ~/gh_token.txt
env >> ~/env.txt
- name: Set everything up. I wonder when GitHub will add parallel steps - name: Set everything up. I wonder when GitHub will add parallel steps
run: | run: |
echo -e '====== Setting up MUSE ======\n' echo -e '====== Setting up MUSE ======\n'