Skip to content

Commit a5b8fd2

Browse files
committed
Add uploading artifacts
1 parent 5115fb7 commit a5b8fd2

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/snapcraft-edge.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ jobs:
1111
- uses: actions/checkout@v4
1212
- uses: snapcore/action-build@v1
1313
id: build
14+
- uses: actions/upload-artifact@v4
15+
with:
16+
path: ./*.snap
1417
# - uses: snapcore/action-publish@v1
1518
# env:
1619
# SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.SNAPCRAFT_STORE_CREDENTIALS }}

0 commit comments

Comments
 (0)