diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5447de7..3d576c0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -80,7 +80,6 @@ jobs: - name: Create Zip run: | - exit 1 mkdir artifacts pushd build-environment zip -r ../artifacts/build-environment-${{ inputs.tag }}.zip * @@ -181,7 +180,7 @@ jobs: - name: Create GitHub Release id: create_release - uses: ncipollo/release-action@6c75be85e571768fa31b40abf38de58ba0397db5 + uses: ncipollo/release-action@2c591bcc8ecdcd2db72b97d6147f871fcd833ba5 with: allowUpdates: true artifactErrorsFailBuild: true diff --git a/.github/workflows/invoke-build.yml b/.github/workflows/invoke-build.yml index 3eae715..c46d4b4 100644 --- a/.github/workflows/invoke-build.yml +++ b/.github/workflows/invoke-build.yml @@ -43,7 +43,6 @@ jobs: env: BUILD_SUCCESS: ${{ needs.publish-release.outputs.success }} steps: - # - uses: technote-space/workflow-conclusion-action@95f9a08c3e6565ffb9134e90fd181697681cb55b - name: Fetch Code uses: actions/checkout@v3 if: env.BUILD_SUCCESS != 'true'