Skip to content

Commit

Permalink
Update manual.yml
Browse files Browse the repository at this point in the history
32bit version was the 64bit version, oops.

skip ci
  • Loading branch information
Psycast authored Feb 4, 2024
1 parent c0c4520 commit 64dddd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:
run: Rename-Item -Path "${{ github.workspace }}\bundles\32bit" -NewName "R3Air.${{ inputs.version }}.Release.32"

- name: Package Build in Zip (32-bit)
run: 7z.exe a -tzip -mx=9 ${{ github.workspace }}\bundles\32bit.zip ${{ github.workspace }}\bundles\R3Air.${{ inputs.version }}.Release.64
run: 7z.exe a -tzip -mx=9 ${{ github.workspace }}\bundles\32bit.zip ${{ github.workspace }}\bundles\R3Air.${{ inputs.version }}.Release.32

# Package Version Hybrid
- name: Copy Changelog (Hybrid)
Expand Down

0 comments on commit 64dddd4

Please sign in to comment.