Skip to content

Commit 3563ff2

Browse files
authored
Merge pull request #67 from fullstack-devops/bugfix/release-workflow
fix release workflow
2 parents 9040d2c + bc3a571 commit 3563ff2

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/Release.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -95,13 +95,6 @@ jobs:
9595
working-directory: out
9696
run: ls -la
9797

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-
10598
- name: Publish Release
10699
run: awesome-ci release publish -releaseid "$ACI_RELEASE_ID" -assets "file=out/$ARTIFACT1,file=out/$ARTIFACT2"
107100
env:

0 commit comments

Comments
 (0)