Skip to content

Commit 1714c60

Browse files
committed
fix(builder): Release Files
1 parent f5d0595 commit 1714c60

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/builder.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -120,10 +120,11 @@ jobs:
120120
contents: write
121121
needs: ["versioning", "build"]
122122
runs-on: Linux
123+
container:
124+
image: registry.gitlab.steamos.cloud/steamrt/sniper/sdk
123125
steps:
124126
- uses: actions/download-artifact@v4
125127
with:
126-
path: build
127128

128129
- name: Release
129130
id: release
@@ -132,6 +133,6 @@ jobs:
132133
tag_name: v${{ needs.versioning.outputs.version }}
133134
make_latest: "true"
134135
files: |
135-
build/Swiftly.Plugin.Linux.zip
136-
build/Swiftly.Plugin.Windows.zip
137-
build/Swiftly.Plugin.Depot.Linux.zip
136+
Swiftly.Plugin.Linux.zip
137+
Swiftly.Plugin.Windows.zip
138+
Swiftly.Plugin.Depot.Linux.zip

0 commit comments

Comments
 (0)