Skip to content

Commit

Permalink
Fixed name of the continuous artifact and delete release
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrojo committed Mar 18, 2024
1 parent 22355e9 commit 53b02c2
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,12 @@ jobs:
name: Continuous AppImage
runs-on: ubuntu-20.04
steps:
- name: Delete 'continuous' release and tag
uses: dev-drprasad/delete-tag-and-release@v1.0
with:
delete_release: true
github_token: ${{ secrets.GITHUB_TOKEN }}
tag_name: continuous
- name: Checkout
uses: actions/checkout@v2
- name: ada-actions/toolchain
Expand All @@ -59,7 +65,7 @@ jobs:
- name: Build
run: alr --non-interactive build
- name: Build AppImage
run: VERSION=$(printf "dev-`git -C . rev-parse --short HEAD`") bin/alr2appimage
run: VERSION=continuous bin/alr2appimage
- name: Release
uses: softprops/action-gh-release@v2
with:
Expand Down

0 comments on commit 53b02c2

Please sign in to comment.