From 4882aa9d0184b3e9d9f3eddddf0761967a3a0ea4 Mon Sep 17 00:00:00 2001 From: Adam Pigg Date: Tue, 1 Feb 2022 22:27:29 +0000 Subject: [PATCH] Fix --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fcaff28..e674bed 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 @@ -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