We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent baadd3f commit af0da1fCopy full SHA for af0da1f
.github/workflows/ci-make-dmg.yml
@@ -82,3 +82,7 @@ jobs:
82
path: |
83
Uplink-Mac-Universal.zip
84
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
@@ -39,3 +39,11 @@ jobs:
39
name: Uplink-Windows
40
41
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
47
48
49
+ files: target/debug/Uplink-Win.zip
0 commit comments