From 67ffbae27cc01f6b31ef7c6ea6b5ae76ba9fa440 Mon Sep 17 00:00:00 2001 From: alk <45172705+altalk23@users.noreply.github.com> Date: Tue, 1 Aug 2023 18:10:22 +0300 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 47e514fde..53031aa9b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 }} @@ -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