Skip to content

Commit

Permalink
Try to fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ScriptedSnark committed Mar 8, 2024
1 parent e4a23f8 commit e3a5e39
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: GSChaos_DEV
path: ./GSChaos.zip
path: ./gamedir/
- name: Check for pull request
uses: 8BitJonny/[email protected]
id: pr-check
Expand Down Expand Up @@ -60,13 +60,14 @@ jobs:
continue-on-error: true
run: |
sleep 20s
dir
- name: Upload new release
if: ${{ always() && github.ref == 'refs/heads/master' && steps.pr-check.outputs.pr_found == 'false' }}
uses: softprops/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
files: GSChaos_DEV
files: GSChaos_DEV.zip
tag_name: continuous
draft: false
prerelease: true
Expand Down

0 comments on commit e3a5e39

Please sign in to comment.