Skip to content

Commit

Permalink
Fix zip command for linux runners
Browse files Browse the repository at this point in the history
  • Loading branch information
sounddrill31 authored Nov 9, 2024
1 parent ec36e31 commit e89d726
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:

- name: Zip folder on Linux
if: matrix.os == 'ubuntu-latest'
run: zip -r ./output/* VowelCountApp-${{ matrix.os }}.zip
run: zip -r VowelCountApp-${{ matrix.os }}.zip ./output/*

- name: Zip folder on Windows
if: matrix.os == 'windows-latest'
Expand Down

0 comments on commit e89d726

Please sign in to comment.