Skip to content

Commit

Permalink
Merge pull request #41 from jflo/gha_permmissioned
Browse files Browse the repository at this point in the history
proper named zipfiles
  • Loading branch information
jflo authored Jan 25, 2024
2 parents e2db1c2 + f6d0c8c commit 6fee019
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,12 @@ jobs:
uses: actions/upload-artifact@v3
with:
path: 'build/distributions/besu*.tar.gz'
name: besu-${{ github.ref_name }}.tar.gz
- name: upload zipfile
uses: actions/upload-artifact@v3
with:
path: 'build/distributions/besu*.zip'
name: besu-${{ github.ref_name }}.zip
- name: Upload Release assets
uses: softprops/action-gh-release@v1
with:
Expand All @@ -60,7 +62,7 @@ jobs:
- name: Download zip
uses: actions/download-artifact@v3
with:
name: besu*.zip
name: besu-${{ github.ref_name }}.zip
- name: test Besu
run: |
unzip besu-*.zip -d besu-tmp
Expand Down

0 comments on commit 6fee019

Please sign in to comment.