Skip to content

Commit

Permalink
ci: Fix flatpak name
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick José Pereira <[email protected]>
  • Loading branch information
patrickelectric committed Aug 3, 2024
1 parent 97c10e9 commit 16febc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ jobs:
- name: Build name
if: "!startsWith(github.ref, 'refs/tags/') && success()"
run: |
mv dist/Cockpit*.flatpak dist/Cockpit-${{ matrix.suffix }}-$(git describe --tags).flatpak
mv dist/Cockpit*.flatpak dist/Cockpit-linux-$(git describe --tags).flatpak
- name: Upload Artifact
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 16febc2

Please sign in to comment.