Skip to content

Commit

Permalink
Rofi 1.7.7+wayland1
Browse files Browse the repository at this point in the history
  • Loading branch information
lbonn committed Jan 5, 2025
1 parent 3550af6 commit 96df6d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/release/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ runs:
run: meson dist -C builddir --include-subprojects --formats xztar,gztar --no-tests
shell: bash
- id: upload
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: tarballs
path: |
builddir/meson-dist/*.tar.xz
builddir/meson-dist/*.tar.gz
- id: create_release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
draft: true
files: |
Expand Down

0 comments on commit 96df6d2

Please sign in to comment.