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 .. dir ..
shell: powershell shell: powershell
- name: Upload Artifact - name: Upload Artifact
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v4
with: with:
name: DinoGame-${{ runner.os }} name: DinoGame-${{ runner.os }}
path: ..\DinoGame-${{ runner.os }}.zip path: ${{ steps.get-output-dir.outputs.output_dir }}/DinoGame-Windows.zip
release: release:
needs: build needs: build