Skip to content

Commit

Permalink
Check file before upload
Browse files Browse the repository at this point in the history
  • Loading branch information
jpm-canonical committed Jun 5, 2024
1 parent a577164 commit 6720055
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build-and-test-snap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,14 @@ jobs:
with:
name: ${{ env.SNAP_AMD64 }}

- name: Check file
env:
FILENAME: ${{needs.build.outputs.snap}}
run: |
echo "Looking for $FILENAME"
ls -lah
cat $FILENAME
- uses: snapcore/action-publish@v1
with:
store_login: ${{ secrets.STORE_LOGIN }}
Expand Down

0 comments on commit 6720055

Please sign in to comment.