Skip to content

Commit

Permalink
Using apt rather for installing zip package.
Browse files Browse the repository at this point in the history
  • Loading branch information
gugulet-hu-spreadai committed Nov 14, 2024
1 parent 8f88426 commit 261996f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Install zip
run: apt-get install zip -y
run: apt install zip -y
- name: Zip the Vale Package
run: zip -r spread.zip spread

Expand Down

0 comments on commit 261996f

Please sign in to comment.