Skip to content

Commit cc342ed

Browse files
committed
fix: bug in gitlab workflow
1 parent 8500030 commit cc342ed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
6767
- name: Package Fyne app
6868
run: |
69-
run: fyne package -os linux --release --tags migrated_fynedo
69+
fyne package -os linux --release --tags migrated_fynedo
7070
mv ${{ env.FULLNAME }}.tar.xz ${{ env.NAME }}-${{ env.VERSION }}-linux-amd64.tar.xz
7171
7272
- name: Inspect

0 commit comments

Comments
 (0)