Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
piggz committed Feb 1, 2022
1 parent fc8aeb3 commit 4882aa9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
uses: actions/upload-artifact@v2
with:
# Artifact name
name: u-boot-pinephone-${{ github.ref }}
name: u-boot-pinephone-${{ github.sha }}
# A file, directory or wildcard pattern that describes what to upload
path: |
./*/*.bin
Expand All @@ -95,7 +95,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./u-boot-pinephone-${{ github.ref }}.zip
asset_name: u-boot-pinephone-${{ github.ref }}
asset_path: ./u-boot-pinephone-${{ github.sha }}.zip
asset_name: u-boot-pinephone-${{ github.sha }}
asset_content_type: application/zip

0 comments on commit 4882aa9

Please sign in to comment.