Skip to content

Commit

Permalink
[editor only] fix paths
Browse files Browse the repository at this point in the history
  • Loading branch information
fgnm committed Oct 7, 2024
1 parent 9f9318d commit 5ed0cb1
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,16 @@ jobs:
WORKFLOW_RUN: ${{ github.run_number }}
run: |
echo "{ \"build\": $WORKFLOW_RUN }" > snapshot.json
- name: Download macOS and Windows Release
- name: Download macOS Release
uses: actions/[email protected]
with:
name: macOS.HyperLap2D-SNAPSHOT.dmg
path: macOS.HyperLap2D-SNAPSHOT.dmg
- name: Download Windows Release
uses: actions/[email protected]
with:
name: Windows.HyperLap2D-SNAPSHOT.exe
path: Windows.HyperLap2D-SNAPSHOT.exe
- name: Upload deb artifact
uses: actions/[email protected]
with:
Expand Down

0 comments on commit 5ed0cb1

Please sign in to comment.