Skip to content

Commit 42d9c35

Browse files
committed
fix depositbox action
1 parent 8d8a545 commit 42d9c35

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/build-test-publish.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,8 +211,6 @@ jobs:
211211
name: skytemple-randomizer-mac-dmg-arm64
212212
- name: Copy over distributions
213213
run: |
214-
$GITHUB_REF_NAME
215-
216214
PATH_WIN=$(eval echo "${{ steps.artifact_windows.outputs.download-path }}/*.exe")
217215
PATH_MACOS=$(eval echo "${{ steps.artifact_macos_x86.outputs.download-path }}/*.dmg")
218216
PATH_MACOS_ARM=$(eval echo "${{ steps.artifact_macos_arm64.outputs.download-path }}/*.dmg")

0 commit comments

Comments
 (0)