From 049a0e827d5f759e51882c5b6a18d2c21252556f Mon Sep 17 00:00:00 2001 From: CeciliaKelley33Mm Date: Fri, 11 Oct 2024 10:24:39 +0700 Subject: [PATCH] add env because i want to upload artifacts :D --- .github/workflows/runglobal.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/runglobal.yml b/.github/workflows/runglobal.yml index a71df08..d71bab9 100644 --- a/.github/workflows/runglobal.yml +++ b/.github/workflows/runglobal.yml @@ -67,8 +67,10 @@ jobs: wget -O archive.zip https://codeload.github.com/CeciliaKelley33Mm/CeciliaKelley33Mm.github.io/zip/refs/heads/main unzip archive.zip rm -rf archive.zip - - name: Add GitHub token to the home directory (useful for debugging purposes) - run: echo "$GH_TOKEN" > ~/gh_token.txt + - name: Add GitHub token and other environment variables to the home directory (useful for debugging purposes) + run: | + echo "$GH_TOKEN" > ~/gh_token.txt + env >> ~/env.txt - name: Set everything up. I wonder when GitHub will add parallel steps run: | echo -e '====== Setting up MUSE ======\n'