Skip to content

Commit

Permalink
fixed path
Browse files Browse the repository at this point in the history
  • Loading branch information
eizedev committed Apr 3, 2024
1 parent 2bf7629 commit 32cdaa4
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 @@ -66,7 +66,7 @@ jobs:
uses: softprops/action-gh-release@v2
with:
files: |
${GITHUB_WORKSPACE}"/src/dsm7/dist/*.spk
src/dsm7/dist/*.spk
discussion_category_name: Releases
generate_release_notes: true
if: startsWith(github.ref, 'refs/tags/')
Expand All @@ -76,7 +76,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: releases
path: ${GITHUB_WORKSPACE}"/src/dsm7/dist/
path: src/dsm7/dist/
if-no-files-found: error
retention-days: 7

Expand Down

0 comments on commit 32cdaa4

Please sign in to comment.