-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e4a23f8
commit e3a5e39
Showing
1 changed file
with
3 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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 | ||
|