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 cc7d900 commit 1c81a84Copy full SHA for 1c81a84
.github/workflows/Release.yaml
@@ -112,7 +112,7 @@ jobs:
112
run: ls -la
113
114
- name: Create Release
115
- run: awesome-ci createRelease -uploadArtifacts "file=out/$ARTIFACT1,file=out/$ARTIFACT2"
+ run: ./awesome-ci createRelease -uploadArtifacts "file=out/$ARTIFACT1,file=out/$ARTIFACT2"
116
env:
117
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
118
ARTIFACT1: awesome-ci_${{ needs.generate_tag.outputs.version }}_amd64
0 commit comments