Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ffAudio committed Oct 7, 2024
1 parent e32ccc1 commit 1a08947
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,15 +95,15 @@ jobs:

- name: 'Upload Artifact (MacOS)'
if: runner.os == 'MacOS'
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: Frequalizer (MacOS)
path: ${{runner.workspace}}/build/frequalizer_artefacts/Release/Frequalizer.pkg
if-no-files-found: error

- name: 'Upload Artifact (Windows)'
if: runner.os == 'Windows'
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: Frequalizer (Windows)
path: ${{runner.workspace}}\build\frequalizer_artefacts\Release\Output\Frequalizer_WIN.exe
Expand Down

0 comments on commit 1a08947

Please sign in to comment.