Skip to content

Commit f25df12

Browse files
committed
update(workflows): Try fix release files
1 parent 8146b45 commit f25df12

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/builder.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,7 @@ jobs:
124124
image: registry.gitlab.steamos.cloud/steamrt/sniper/sdk
125125
steps:
126126
- uses: actions/download-artifact@v4
127-
with:
128-
path: ../..
127+
id: download-artifacts
129128

130129
- name: Release
131130
id: release
@@ -134,6 +133,6 @@ jobs:
134133
tag_name: v${{ needs.versioning.outputs.version }}
135134
make_latest: "true"
136135
files: |
137-
Swiftly.Plugin.Linux.zip
138-
Swiftly.Plugin.Windows.zip
139-
Swiftly.Plugin.Depot.Linux.zip
136+
Swiftly.Plugin.Linux
137+
Swiftly.Plugin.Windows
138+
Swiftly.Plugin.Depot.Linux

0 commit comments

Comments
 (0)