Skip to content

Commit

Permalink
Fix yaml syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrojo committed Nov 16, 2023
1 parent 5770e6b commit 30c6eff
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ jobs:
run: alr --non-interactive build
- name: Build AppImage
run: VERSION=${GITHUB_BASE_REF:-${GITHUB_REF#refs/heads/}} make AppImage
- name: Release
uses: softprops/action-gh-release@v1
with:
files: Open_URL*.AppImage
prerelease: true
tag_name: continuous
- name: Release
uses: softprops/action-gh-release@v1
with:
files: Open_URL*.AppImage
prerelease: true
tag_name: continuous

0 comments on commit 30c6eff

Please sign in to comment.