Skip to content

Commit

Permalink
impov/ci: upload action build artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
kbdharun authored and axtloss committed Nov 7, 2024
1 parent a75d902 commit f0931ed
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,13 @@ jobs:
run: |
sha256sum /__w/gnome-control-center/gnome-control-center.tar.xz >> checksums.txt
- uses: actions/upload-artifact@v4
with:
name: gnome-control-center
path: |
checksums.txt
/__w/gnome-control-center/gnome-control-center.tar.xz
- uses: softprops/action-gh-release@v2
if: github.ref == 'refs/heads/main'
with:
Expand Down

0 comments on commit f0931ed

Please sign in to comment.