Skip to content
This repository has been archived by the owner on Sep 13, 2023. It is now read-only.

Commit

Permalink
Prefix release tags with "rev-" to distinguish them from git revisions
Browse files Browse the repository at this point in the history
This is an experiment to see if that fixes the bug of the 404
responses from https://github.com/dfinity/icx-proxy/releases.
  • Loading branch information
basvandijk committed May 17, 2022
1 parent 63207e2 commit d3d4745
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,13 +149,12 @@ jobs:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: binaries.tar.gz
asset_name: binaries-${{ matrix.name }}.tar.gz
tag: ${{ env.SHA_SHORT }}
tag: rev-${{ env.SHA_SHORT }}

- name: Upload deb
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: icx-proxy.deb
tag: ${{ env.SHA_SHORT }}
tag: rev-${{ env.SHA_SHORT }}
if: contains(matrix.target, 'linux-musl')

0 comments on commit d3d4745

Please sign in to comment.