Skip to content

Commit

Permalink
ci: attempt to save ci time in the package step when it is not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
Timothy Place committed Jun 24, 2020
1 parent 4ad35ce commit 1130243
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Expand Up @@ -94,6 +94,7 @@ jobs:
release:
runs-on: ubuntu-latest
needs: package
if: ${{ contains( github.ref, 'refs/tags/' ) }}

steps:
- uses: benjlevesque/short-sha@v1.1
Expand All @@ -119,7 +120,6 @@ jobs:
path: ${{ github.event.repository.name }}-package-for-max-${{ steps.short-sha.outputs.sha }}.zip

- uses: ncipollo/release-action@v1.7.1
if: ${{ contains( github.ref, 'refs/tags/' ) }}
with:
artifacts: ${{ github.event.repository.name }}-package-for-max-${{ steps.short-sha.outputs.sha }}.zip
body: "Max Package for all supported platforms"
Expand Down

0 comments on commit 1130243

Please sign in to comment.