mirror of
https://github.com/Fledge68/WiiFlow_Lite.git
synced 2025-01-11 19:39:09 +01:00
- next attempt.
This commit is contained in:
parent
276c156d97
commit
2d3f38a079
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@ -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: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user