Skip to content

Commit

Permalink
oof
Browse files Browse the repository at this point in the history
  • Loading branch information
N7Alpha committed Oct 31, 2023
1 parent 3f4331c commit 0b0d7b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
run: C:\msys64\msys2_shell.cmd -defterm -here -no-start -mingw64 -shell bash setup.sh

- name: Package for Unreal Engine
run: python package.py "$env:UE_${{ matrix.version.major }}.${{ matrix.version.minor }}" "$env:RUNNER_TEMP"
run: python package.py "$env:UE_${{ matrix.version.major }}_${{ matrix.version.minor }}" "$env:RUNNER_TEMP"

- name: Upload Build-Artifact
if: startsWith(github.ref, 'refs/heads/') # Upload artifacts when commits (not tags) are pushed
Expand Down

0 comments on commit 0b0d7b9

Please sign in to comment.