Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
altalk23 authored Aug 1, 2023
1 parent c0e8444 commit 67ffbae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ jobs:
run: echo "VERSION_TRIM=$(echo '${{ steps.version.outputs.content }}' | xargs)" >> $GITHUB_ENV

- name: Download artifacts
- uses: actions/download-artifact@v3
uses: actions/download-artifact@v3
with:
path: ${{ github.workspace }}

Expand All @@ -169,13 +169,13 @@ jobs:
mv geode-installer-v${{ env.VERSION_TRIM }}-win.exe geode-installer-nightly-win.exe
- name: Zip MacOS artifacts
- uses: vimtor/action-zip@v1
uses: vimtor/action-zip@v1
with:
files: geode-v${{ env.VERSION_TRIM }}-mac/Geode.dylib geode-v${{ env.VERSION_TRIM }}-mac/GeodeBootstrapper.dylib
dest: geode-nightly-mac.zip

- name: Zip Windows artifacts
- uses: vimtor/action-zip@v1
uses: vimtor/action-zip@v1
with:
files: geode-v${{ env.VERSION_TRIM }}-win/XInput9_1_0.dll geode-v${{ env.VERSION_TRIM }}-win/Geode.dll geode-v${{ env.VERSION_TRIM }}-win/GeodeUpdater.exe geode-v${{ env.VERSION_TRIM }}-win/Geode.lib
dest: geode-nightly-win.zip
Expand Down

0 comments on commit 67ffbae

Please sign in to comment.