Skip to content

Commit

Permalink
ci: rename artifacts before uploading in continuous build
Browse files Browse the repository at this point in the history
This creates a stable download url where the newest version can always
be downloaded.
  • Loading branch information
lievenhey committed May 15, 2024
1 parent 0cdebbb commit d2703f3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release-appimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ jobs:
env:
GH_TOKEN: ${{ github.token }}

- name: Rename artifacts
run: |
cd ${{ github.workspace }} && mv hotspot-*.AppImage hotspot-continuous.AppImage
cd ${{ github.workspace }} && mv hotspot-debuginfo-*.tar.bz2 hotspot-debuginfo-continuous.tar.bz2
- name: Create latest release
uses: ncipollo/release-action@v1
with:
Expand Down

0 comments on commit d2703f3

Please sign in to comment.