Skip to content

Commit

Permalink
Test CI - 6
Browse files Browse the repository at this point in the history
  • Loading branch information
joncinque committed Jan 31, 2024
1 parent b1ab9e9 commit ff115fa
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,12 @@ jobs:
steps:
- name: Download tarballs into zig-bootstrap-solana/
uses: actions/download-artifact@v4
with:
merge-multiple: true
- name: See where the files are
run: ls -lhrt
- name: Create GH Release
uses: softprops/action-gh-release@v0.1.15
with:
fail_on_unmatched_files: true
files: zig-bootstrap-solana/*
files: zig-*.tar.bz2

0 comments on commit ff115fa

Please sign in to comment.