Skip to content

Commit

Permalink
Merge pull request #239 from jssotomdz/gnome-42-2204-sdk
Browse files Browse the repository at this point in the history
allow ci reruns and update upload artifact action
  • Loading branch information
seb128 authored Sep 13, 2024
2 parents 6ec3726 + f77c4bf commit 7a06171
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches:
- gnome-42-2204-sdk
- gnome-46-2404-sdk
workflow_dispatch:

jobs:
snap:
Expand All @@ -13,7 +14,7 @@ jobs:
- uses: actions/checkout@v2
- uses: snapcore/action-build@v1
id: snapcraft
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: 'snap'
path: ${{ steps.snapcraft.outputs.snap}}

0 comments on commit 7a06171

Please sign in to comment.