Skip to content

Commit

Permalink
Try to fix Windows and AppImage
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrojo committed Nov 16, 2023
1 parent 30c6eff commit b6f0043
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,7 @@ jobs:
distrib: community
target: native
- name: alire-project/setup-alire
uses: alire-project/setup-alire@v1
with:
version: 1.2.1
uses: alire-project/setup-alire@v2
- name: Update apt
if: runner.os == 'Linux'
run: sudo apt-get update
Expand Down Expand Up @@ -58,9 +56,12 @@ 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
- name: Create Release
uses: ncipollo/release-action@v1
with:
files: Open_URL*.AppImage
prerelease: true
tag_name: continuous
allowUpdates: True
tag: continuous
name: Continuous build
prerelease: True
artifacts: "Open_URL*.AppImage"
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit b6f0043

Please sign in to comment.