Skip to content

Commit

Permalink
fixed workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Enn3Developer committed May 26, 2024
1 parent 1a73a5a commit 86efdd4
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: /releases/*
- name: Publish in release
uses: softprops/action-gh-release@v2
if: github.ref_type == 'tag'
with:
files: |
releases/*
/releases/*
token: ${{ secrets.GITHUB_TOKEN }}
build-linux:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 86efdd4

Please sign in to comment.