Skip to content

Commit d5b7a54

Browse files
committed
also upload debian package
1 parent ea9d53e commit d5b7a54

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/main.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
depends: 'ffmpeg'
5151
- name: get file name
5252
run: |
53-
ls -al
53+
mv *.deb soundscapesync-1.0.deb
5454
5555
- name: Upload Windows artifact
5656
uses: actions/upload-artifact@v3
@@ -62,6 +62,11 @@ jobs:
6262
with:
6363
name: linux-build
6464
path: fyne-cross/bin/linux-amd64
65+
- name: Upload Debian artifact
66+
uses: actions/upload-artifact@v3
67+
with:
68+
name: debian-build
69+
path: soundscapesync-1.0.deb
6570
build-mac:
6671
runs-on: macos-13
6772
steps:

0 commit comments

Comments
 (0)