Skip to content

Commit

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

- 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 +33,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 8e55b81

Please sign in to comment.