Skip to content

Commit

Permalink
[editor only] why create folders?
Browse files Browse the repository at this point in the history
  • Loading branch information
fgnm committed Oct 7, 2024
1 parent 5ed0cb1 commit b5330d7
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,16 +43,10 @@ jobs:
WORKFLOW_RUN: ${{ github.run_number }}
run: |
echo "{ \"build\": $WORKFLOW_RUN }" > snapshot.json
- name: Download macOS Release
- name: Download macOS and Windows Release
uses: actions/download-artifact@v4.1.8
with:
name: macOS.HyperLap2D-SNAPSHOT.dmg
path: macOS.HyperLap2D-SNAPSHOT.dmg
- name: Download Windows Release
uses: actions/download-artifact@v4.1.8
with:
name: Windows.HyperLap2D-SNAPSHOT.exe
path: Windows.HyperLap2D-SNAPSHOT.exe
- name: Display structure of downloaded files
run: ls -R
- name: Upload deb artifact
uses: actions/upload-artifact@v4.4.0
with:
Expand Down

0 comments on commit b5330d7

Please sign in to comment.