Skip to content

Commit

Permalink
added check back
Browse files Browse the repository at this point in the history
  • Loading branch information
krazynez committed Oct 19, 2023
1 parent 6d00712 commit e950944
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ark.yml
Expand Up @@ -11,7 +11,6 @@ on:
- '*.pptx'
- 'CHANGELOG.md'
branches: [ main ]

pull_request:
branches: [ main ]

Expand All @@ -38,6 +37,7 @@ jobs:

build:
needs: check_date
if: ${{ needs.check_date.outputs.should_run != 'false' }}
runs-on: ubuntu-latest
steps:
- name: Create Version
Expand Down Expand Up @@ -81,9 +81,8 @@ jobs:
mv ARK-4-\${{ steps.get_version.outputs.VERSION }}-DEBUG.tar.gz ..
sudo zip -r ARK-4-\${{ steps.get_version.outputs.VERSION }}-DEBUG.zip *
mv ARK-4-\${{ steps.get_version.outputs.VERSION }}-DEBUG.zip ..
- name: upload ARK Release & DEBUG artifact
if: steps.check.outputs.condition == 'true'
id: create_release
uses: softprops/action-gh-release@v1
env:
Expand Down

0 comments on commit e950944

Please sign in to comment.