Skip to content

Commit 66fb5b2

Browse files
committed
Try 2 at CI
Signed-off-by: Ryan Brue <ryanbrue.dev@gmail.com>
1 parent 804d26d commit 66fb5b2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,13 @@ jobs:
4343
uses: actions/download-artifact@v4
4444
with:
4545
name: release-assets
46-
path: my_app/build/ # Download artifacts to this path
46+
path: my_app/build/flatpak-host-remote-${{ github.ref }}.zip # Download artifacts to this path
4747

4848
- name: Create or Update Release and Upload Assets
4949
uses: softprops/action-gh-release@v2
5050
with:
5151
files: |
52-
my_app/build/release-assets
52+
my_app/build/flatpak-host-remote-${{ github.ref }}.zip
5353
draft: false # Set to true to create a draft release
5454
prerelease: false # Set to true for a pre-release
5555
env:

0 commit comments

Comments
 (0)