We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5d0595 commit 1714c60Copy full SHA for 1714c60
.github/workflows/builder.yml
@@ -120,10 +120,11 @@ jobs:
120
contents: write
121
needs: ["versioning", "build"]
122
runs-on: Linux
123
+ container:
124
+ image: registry.gitlab.steamos.cloud/steamrt/sniper/sdk
125
steps:
126
- uses: actions/download-artifact@v4
127
with:
- path: build
128
129
- name: Release
130
id: release
@@ -132,6 +133,6 @@ jobs:
132
133
tag_name: v${{ needs.versioning.outputs.version }}
134
make_latest: "true"
135
files: |
- build/Swiftly.Plugin.Linux.zip
136
- build/Swiftly.Plugin.Windows.zip
137
- build/Swiftly.Plugin.Depot.Linux.zip
+ Swiftly.Plugin.Linux.zip
+ Swiftly.Plugin.Windows.zip
138
+ Swiftly.Plugin.Depot.Linux.zip
0 commit comments