We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af0da1f commit b22f299Copy full SHA for b22f299
.github/workflows/ci-make-windows.yml
@@ -39,11 +39,11 @@ jobs:
39
name: Uplink-Windows
40
path: |
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
- - name: Copy file to release
47
- uses: softprops/action-gh-release@v1
48
- with:
49
- files: target/debug/Uplink-Win.zip
+ - name: Compress Windows Build
+ shell: powershell
+ run: |
+ Compress-Archive target/debug/uplink.exe target/debug/Uplink-Win.zip
+ - name: Copy file to release
+ uses: softprops/action-gh-release@v1
+ with:
+ files: target/debug/Uplink-Win.zip
0 commit comments