Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
EdoardoGruppi committed May 12, 2024
1 parent 15c11de commit 4282f92
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ jobs:
name: Notepads v${{ matrix.new_version }}
body: "New release"
token: ${{ secrets.GITHUB_TOKEN }}
artifacts:
/Users/runner/work/Watch_Movies/Watch_Movies/watch-movies-macos.tar.gz
D:\a\Watch_Movies\Watch_Movies\watch-movies-windows.zip
/home/runner/work/Watch_Movies/Watch_Movies/watch-movies-linux.tar.gz
artifacts: |
${{ github.workspace }}/watch-movies-macos.tar.gz
${{ github.workspace }}/watch-movies-windows.zip
${{ github.workspace }}/Watch_Movies/watch-movies-linux.tar.gz

0 comments on commit 4282f92

Please sign in to comment.