- next attempt.

This commit is contained in:
Fledge68 2023-03-17 09:36:17 -05:00
parent 276c156d97
commit 2d3f38a079

View File

@ -51,10 +51,10 @@ jobs:
mkdir -p wiiflow
cp -r wii/wiiflow/Languages wiiflow/languages
cp -r wii/wiiflow/themes_lite wiiflow/themes_lite
echo "sha=$(echo ${GITHUB_SHA} | head -c 7)" >> $GITHUB_OUTPUT
echo "sha=$(${GITHUB_SHA} | head -c 7)" >> $GITHUB_ENV
- name: Upload binaries
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: wiiflow_lite_${{ env.sha }}
path: |