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 fa4d469 commit 02c39dfCopy full SHA for 02c39df
1 file changed
.github/workflows/push-deploy-dryrun.yml
@@ -38,7 +38,7 @@ jobs:
38
- name: Create GitHub release
39
uses: softprops/action-gh-release@v1
40
with:
41
- files: ${{github.workspace}}/SVN-${{ github.event.repository.name }}.zip
+ files: SVN-${{ github.event.repository.name }}.zip
42
env:
43
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
44
0 commit comments