Skip to content

Commit

Permalink
Update main.yml: use the same action as in sqlitebrowser
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrojo committed Nov 17, 2023
1 parent 31f12f2 commit 2dc2f36
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,9 @@ jobs:
- name: Build
run: alr --non-interactive build
- name: Build AppImage
run: VERSION=${GITHUB_BASE_REF:-${GITHUB_REF#refs/heads/}} make AppImage
- name: Create Release
uses: ncipollo/release-action@v1
run: VERSION=$(printf "dev-`git -C . rev-parse --short HEAD`") make AppImage
- name: Upload artifacts
uses: actions/upload-artifact@v3
with:
allowUpdates: True
tag: continuous
name: Continuous build
prerelease: True
artifacts: "Open_URL*.AppImage"
token: ${{ secrets.GITHUB_TOKEN }}
name: build-artifacts
path: Open_URL*.AppImage

0 comments on commit 2dc2f36

Please sign in to comment.