Skip to content

Commit 2cdfe65

Browse files
Merge pull request #328 from RainbowCookie32/dev
v0.5.9
2 parents cd8e0cc + b035503 commit 2cdfe65

File tree

7 files changed

+1034
-1300
lines changed

7 files changed

+1034
-1300
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -124,11 +124,10 @@ jobs:
124124
uses: dante-signal31/rust-app-version@v1.2.0
125125

126126
- name: Download artifacts
127-
uses: actions/download-artifact@v4.1.9
127+
uses: dawidd6/action-download-artifact@v9
128128
with:
129129
path: artifacts
130-
merge-multiple: true
131-
pattern: rusty-psn*
130+
skip_unpack: true
132131

133132
- name: Print downloaded artifacts
134133
run: ls -R artifacts

0 commit comments

Comments
 (0)