Skip to content

Commit b22f299

Browse files
Release attach (#583)
1 parent af0da1f commit b22f299

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/ci-make-windows.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@ jobs:
3939
name: Uplink-Windows
4040
path: |
4141
target/debug/uplink.exe
42-
- name: Compress Windows Build
43-
shell: powershell
44-
run: |
45-
Compress-Archive target/debug/uplink.exe target/debug/Uplink-Win.zip
46-
- name: Copy file to release
47-
uses: softprops/action-gh-release@v1
48-
with:
49-
files: target/debug/Uplink-Win.zip
42+
- name: Compress Windows Build
43+
shell: powershell
44+
run: |
45+
Compress-Archive target/debug/uplink.exe target/debug/Uplink-Win.zip
46+
- name: Copy file to release
47+
uses: softprops/action-gh-release@v1
48+
with:
49+
files: target/debug/Uplink-Win.zip

0 commit comments

Comments
 (0)