Skip to content

Commit

Permalink
workflow update [no ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
nleach999 committed Jul 18, 2024
1 parent f31d50b commit 19c7dd2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ jobs:

- name: Create Zip
run: |
exit 1
mkdir artifacts
pushd build-environment
zip -r ../artifacts/build-environment-${{ inputs.tag }}.zip *
Expand Down Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/invoke-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 19c7dd2

Please sign in to comment.