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.
2 parents 9040d2c + bc3a571 commit 3563ff2Copy full SHA for 3563ff2
.github/workflows/Release.yaml
@@ -95,13 +95,6 @@ jobs:
95
working-directory: out
96
run: ls -la
97
98
- - name: Check available assets
99
- if: hashFiles('out/awesome-ci_${{ needs.generate_infos.outputs.version }}_arm64') != '' || hashFiles('out/awesome-ci_${{ needs.generate_infos.outputs.version }}_amd64') != ''
100
- uses: actions/github-script@v3
101
- with:
102
- script: |
103
- core.setFailed('Not all files provided')
104
-
105
- name: Publish Release
106
run: awesome-ci release publish -releaseid "$ACI_RELEASE_ID" -assets "file=out/$ARTIFACT1,file=out/$ARTIFACT2"
107
env:
0 commit comments