Skip to content

Commit

Permalink
fix output
Browse files Browse the repository at this point in the history
  • Loading branch information
justinvforvendetta committed Feb 21, 2024
1 parent 7e9a5d6 commit 30975fb
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build-all-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,9 +167,10 @@ jobs:
name: verge-macos.zip
- uses: actions/download-artifact@v4
with:
name: verge-linux.zip
- name: list files
run: ls /home/runner/work/verge/verge/
name: verge-ubuntu20.zip
- uses: actions/download-artifact@v4
with:
name: verge-ubuntu22.zip

- name: push zips to release
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit 30975fb

Please sign in to comment.