This commit is contained in:
Fledge68 2023-03-17 12:23:12 -05:00
parent 2d3f38a079
commit 3e46a009da

View File

@ -51,7 +51,7 @@ jobs:
mkdir -p wiiflow
cp -r wii/wiiflow/Languages wiiflow/languages
cp -r wii/wiiflow/themes_lite wiiflow/themes_lite
echo "sha=$(${GITHUB_SHA} | head -c 7)" >> $GITHUB_ENV
echo "sha=$(git rev-parse --short=7 HEAD)" >> $GITHUB_ENV
- name: Upload binaries
uses: actions/upload-artifact@v3