Skip to content

Commit

Permalink
feat(appimage): Create a draft release on manual build (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
git-developer authored Sep 29, 2024
1 parent c58195f commit e2c3d74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/appimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,6 @@ jobs:
BASE_CODENAME=${{ matrix.base.codename }}
release:
if: startsWith(github.ref, 'refs/tags/')
runs-on: ubuntu-latest

needs:
Expand All @@ -190,4 +189,5 @@ jobs:
- name: Upload artifacts to GitHub release
uses: softprops/action-gh-release@v2
with:
draft: ${{ !startsWith(github.ref, 'refs/tags/') }}
files: assets/*

0 comments on commit e2c3d74

Please sign in to comment.