Skip to content

Commit 32cdaa4

Browse files
committed
fixed path
1 parent 2bf7629 commit 32cdaa4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
uses: softprops/action-gh-release@v2
6767
with:
6868
files: |
69-
${GITHUB_WORKSPACE}"/src/dsm7/dist/*.spk
69+
src/dsm7/dist/*.spk
7070
discussion_category_name: Releases
7171
generate_release_notes: true
7272
if: startsWith(github.ref, 'refs/tags/')
@@ -76,7 +76,7 @@ jobs:
7676
uses: actions/upload-artifact@v4
7777
with:
7878
name: releases
79-
path: ${GITHUB_WORKSPACE}"/src/dsm7/dist/
79+
path: src/dsm7/dist/
8080
if-no-files-found: error
8181
retention-days: 7
8282

0 commit comments

Comments
 (0)