We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bf7629 commit 32cdaa4Copy full SHA for 32cdaa4
.github/workflows/release.yml
@@ -66,7 +66,7 @@ jobs:
66
uses: softprops/action-gh-release@v2
67
with:
68
files: |
69
- ${GITHUB_WORKSPACE}"/src/dsm7/dist/*.spk
+ src/dsm7/dist/*.spk
70
discussion_category_name: Releases
71
generate_release_notes: true
72
if: startsWith(github.ref, 'refs/tags/')
@@ -76,7 +76,7 @@ jobs:
76
uses: actions/upload-artifact@v4
77
78
name: releases
79
- path: ${GITHUB_WORKSPACE}"/src/dsm7/dist/
+ path: src/dsm7/dist/
80
if-no-files-found: error
81
retention-days: 7
82
0 commit comments