Skip to content

Commit 8dae5af

Browse files
committed
fix(workflows): Archive Files
1 parent bc357c5 commit 8dae5af

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

.github/workflows/builder.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -422,6 +422,11 @@ jobs:
422422
run: |
423423
dotnet nuget push build/SwiftlyS2.${{ needs.versioning.outputs.version }}.nupkg --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json --skip-duplicate
424424
425+
- name: Archive Files
426+
run: |
427+
(cd buildlin; 7z a -tzip Swiftly.Plugin.Linux.zip *)
428+
(cd buildwin; 7z a -tzip Swiftly.Plugin.Windows.zip *)
429+
425430
- name: Release
426431
id: release
427432
uses: softprops/action-gh-release@v2
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
## Parameter Names
22

3-
The parameter names can be found inside the sound's `vsndevts` files.
3+
The parameter names can be found inside the sound's `vsndevts` files.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
## Parameter Names
22

3-
The parameter names can be found inside the sound's `vsndevts` files.
3+
The parameter names can be found inside the sound's `vsndevts` files.

0 commit comments

Comments
 (0)