Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
K3vinb5 committed Apr 22, 2024
1 parent 865fc0a commit cd1f511
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: flutter config --enable-linux-desktop
- name: Build artifacts
run: flutter build linux --release
- name: Archive Release
- name: Archive app
uses: thedoctor0/zip-release@master
with:
type: 'zip'
Expand All @@ -45,7 +45,7 @@ jobs:
- name: Copy appimagetool
run: cp assets/appimagetool.AppImage .
- name: Execute appimagetool
run: ./appimagetool Unyo.AppDir Unyo.AppImage
run: ./appimagetool.AppImage Unyo.AppDir Unyo.AppImage
- name: Linux AppImage Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
run: flutter config --enable-windows-desktop
- name: Build artifacts
run: flutter build windows --release
- name: Archive Release
- name: Archive App
uses: thedoctor0/zip-release@master
with:
type: 'zip'
Expand Down Expand Up @@ -117,7 +117,7 @@ jobs:
run: flutter config --enable-macos-desktop
- name: Build artifacts
run: flutter build macos --release
- name: Archive Release
- name: Archive App
uses: thedoctor0/zip-release@master
with:
type: 'zip'
Expand Down

0 comments on commit cd1f511

Please sign in to comment.