Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ThirteenAG committed Nov 16, 2022
1 parent c3007de commit f8aa862
Show file tree
Hide file tree
Showing 15 changed files with 24 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
- name: setup-msbuild
uses: microsoft/[email protected]
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
submodules: 'true'
- uses: ThirteenAG/update-tags@v1
Expand All @@ -31,7 +31,7 @@ jobs:
shell: cmd
run: release.bat
- name: Upload artifacts to actions
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3.1.1
with:
path: ./bin/*.zip
- uses: ./.github/workflows/release_tag
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release_tag/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ runs:
steps:
- name: Get release info
id: release_info
uses: cardinalby/[email protected].2
uses: cardinalby/[email protected].4
env:
GITHUB_TOKEN: ${{ inputs.token }}
with:
tag: ${{ inputs.tag }}
- name: Upload Release
uses: ncipollo/release-action@v1
uses: ncipollo/release-action@v1.11.2
with:
token: ${{ inputs.token }}
allowUpdates: true
Expand All @@ -32,7 +32,7 @@ runs:
tag: ${{ steps.release_info.outputs.tag_name }}
artifacts: ${{ inputs.artifacts }}
- name: Update Tag
uses: richardsimko/update-tag@v1
uses: richardsimko/update-tag@v1.0.6
with:
tag_name: ${{ steps.release_info.outputs.tag_name }}
env:
Expand Down
2 changes: 1 addition & 1 deletion release.bat
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
copy ".\source\resources\*.ini" ".\bin\" /Y
copy ".\source\resources\inis\*.ini" ".\bin\" /Y

for %%x in (
GTAIV.XboxRainDroplets
Expand Down
File renamed without changes.
File renamed without changes.
6 changes: 6 additions & 0 deletions source/resources/inis/MaxPayne2.XboxRainDroplets.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[MAIN]
MaxDrops = 2000
MaxMovingDrops = 500
RadialMovement = 0
EnableGravity = 1
SpeedAdjuster = 1.0
6 changes: 6 additions & 0 deletions source/resources/inis/MaxPayne3.XboxRainDroplets.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[MAIN]
MaxDrops = 2000
MaxMovingDrops = 500
RadialMovement = 0
EnableGravity = 1
SpeedAdjuster = 1.0
6 changes: 6 additions & 0 deletions source/resources/inis/Scarface.XboxRainDroplets.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[MAIN]
MaxDrops = 2000
MaxMovingDrops = 500
RadialMovement = 0
EnableGravity = 1
SpeedAdjuster = 1.0

0 comments on commit f8aa862

Please sign in to comment.