fix: windows artifact directory

This commit is contained in:
theoleuthardt 2025-03-13 12:33:36 +01:00
parent e138c44616
commit d5060f7552

View file

@ -119,12 +119,11 @@ jobs:
dir ..
shell: powershell
- name: Upload Artifact
uses: actions/upload-artifact@v4
with:
name: DinoGame-${{ runner.os }}
path: ..\DinoGame-${{ runner.os }}.zip
path: ${{ steps.get-output-dir.outputs.output_dir }}/DinoGame-Windows.zip
release:
needs: build