Skip to content

Commit af0da1f

Browse files
chore(builds): Attach builds to release (#582)
1 parent baadd3f commit af0da1f

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,3 +82,7 @@ jobs:
8282
path: |
8383
Uplink-Mac-Universal.zip
8484
Uplink-Mac-Universal.zip.sha256.txt
85+
- name: Copy file to release
86+
uses: softprops/action-gh-release@v1
87+
with:
88+
files: Uplink-Mac-Universal.zip

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +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

0 commit comments

Comments
 (0)