We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 804d26d commit 66fb5b2Copy full SHA for 66fb5b2
1 file changed
.github/workflows/release.yml
@@ -43,13 +43,13 @@ jobs:
43
uses: actions/download-artifact@v4
44
with:
45
name: release-assets
46
- path: my_app/build/ # Download artifacts to this path
+ path: my_app/build/flatpak-host-remote-${{ github.ref }}.zip # Download artifacts to this path
47
48
- name: Create or Update Release and Upload Assets
49
uses: softprops/action-gh-release@v2
50
51
files: |
52
- my_app/build/release-assets
+ my_app/build/flatpak-host-remote-${{ github.ref }}.zip
53
draft: false # Set to true to create a draft release
54
prerelease: false # Set to true for a pre-release
55
env:
0 commit comments