Skip to content

Commit

Permalink
CI: snap support
Browse files Browse the repository at this point in the history
  • Loading branch information
dxli committed Apr 14, 2024
1 parent 8e55b81 commit 1339eb4
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,12 @@ jobs:

- run: sudo ${{ github.workspace }}/scripts/ubuntu-install/createAppImage.sh

- name: Install Snapcraft
uses: samuelmeuli/action-snapcraft@v2

- run: cd ${{ github.workspace }}

#- run: ${{ github.workspace }}/scripts/ubuntu-install/createSnap.sh
- run: ${{ github.workspace }}/scripts/ubuntu-install/createSnap.sh

- name: Uploading AppImage
uses: actions/upload-artifact@v3
Expand All @@ -33,12 +36,12 @@ jobs:
path: ${{ github.workspace }}/build/LibreCAD**AppImage
retention-days: 2

# - name: Uploading snap
# uses: actions/upload-artifact@v3
# with:
# path: ${{ github.workspace }}/librecad**snap
# name: LibreCAD3.snap
# retention-days: 2
- name: Uploading snap
uses: actions/upload-artifact@v3
with:
path: ${{ github.workspace }}/librecad**snap
name: LibreCAD3.snap
retention-days: 2

windows:
name: BuildWindows
Expand Down

0 comments on commit 1339eb4

Please sign in to comment.