Skip to content

Commit

Permalink
Fix upload path
Browse files Browse the repository at this point in the history
  • Loading branch information
LAGonauta committed Nov 19, 2023
1 parent be62f27 commit bf04c37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,4 @@ jobs:
- uses: actions/upload-artifact@v3
with:
name: MetaAudio
path: ${{ github.workspace }}/Output/MetaAudio-windows-x86.zip
path: MetaAudio-windows-x86.zip
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
- uses: actions/upload-artifact@v3
with:
name: MetaAudio
path: ${{ github.workspace }}/Output/MetaAudio-windows-x86.zip
path: MetaAudio-windows-x86.zip

- name: Create Release
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit bf04c37

Please sign in to comment.