Skip to content

Commit

Permalink
CI: Publish flatpak with commit id
Browse files Browse the repository at this point in the history
  • Loading branch information
cydanil authored Sep 10, 2020
1 parent dd2591b commit 50f7308
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/flatpak.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ jobs:
- name: Build Bundle
run: |
flatpak build-bundle repo gourmet.flatpak io.github.thinkle.Gourmet
flatpak build-bundle repo gourmet-${GITHUB_SHA::8}.flatpak io.github.thinkle.Gourmet
- name: Upload Flatpak
uses: actions/upload-artifact@v2
with:
name: gourmet.flatpak
path: ./gourmet.flatpak
path: ./gourmet-*.flatpak

0 comments on commit 50f7308

Please sign in to comment.