Skip to content

Commit 1c81a84

Browse files
authored
fix release (#47)
1 parent cc7d900 commit 1c81a84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
run: ls -la
113113

114114
- name: Create Release
115-
run: awesome-ci createRelease -uploadArtifacts "file=out/$ARTIFACT1,file=out/$ARTIFACT2"
115+
run: ./awesome-ci createRelease -uploadArtifacts "file=out/$ARTIFACT1,file=out/$ARTIFACT2"
116116
env:
117117
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
118118
ARTIFACT1: awesome-ci_${{ needs.generate_tag.outputs.version }}_amd64

0 commit comments

Comments
 (0)