Skip to content

Commit

Permalink
Update snap.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
dthomasngrokker committed Jan 26, 2025
1 parent 00b3a7f commit 8023d71
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/snap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,6 @@ jobs:
run: |
sudo snap install snapcraft --classic
# - name: Build the snap # Build the snap for the specified architecture in the matrix strategy above and save the snap file path to an output
# id: build-snap
# run: |
# sudo lxd init --auto
# sudo snapcraft --use-lxd
# SNAP_FILE=$(ls *.snap)
# echo "snap=$SNAP_FILE" >> $GITHUB_ENV
# echo "snap=$SNAP_FILE" >> $GITHUB_OUTPUT
# ls -R

- uses: snapcore/action-build@v1

# Upload the snap file as an artifact
Expand Down

0 comments on commit 8023d71

Please sign in to comment.