Skip to content

Commit

Permalink
workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Enn3Developer committed May 26, 2024
1 parent 86efdd4 commit 52cc4b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: NewRGB-Win
path: /releases/*
path: %~dp0releases
- name: Publish in release
uses: softprops/action-gh-release@v2
if: github.ref_type == 'tag'
with:
files: |
/releases/*
%~dp0releases
token: ${{ secrets.GITHUB_TOKEN }}
build-linux:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 52cc4b1

Please sign in to comment.