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 c8ddc42 commit e90e1d4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,10 @@ jobs:
run: |
if [ ${{ matrix.image }} == 'windows-latest' ]; then
7z a watch-movies-windows.zip dist/*.exe
mv watch-movies-windows.zip $GITHUB_WORKSPACE
elif [ ${{ matrix.image }} == 'macos-latest' ]; then
tar -czvf watch-movies-macos.tar.gz -C dist watch-movies.app
mv watch-movies-macos.tar.gz $GITHUB_WORKSPACE
elif [ ${{ matrix.image }} == 'ubuntu-latest' ]; then
tar -czvf watch-movies-linux.tar.gz -C dist watch-movies
mv watch-movies-linux.tar.gz $GITHUB_WORKSPACE
fi
- name: Publish artifacts
Expand Down

0 comments on commit e90e1d4

Please sign in to comment.