We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4f48df commit 7f0074dCopy full SHA for 7f0074d
.github/workflows/release.yml
@@ -64,19 +64,19 @@ jobs:
64
"$GOTOOLDIR/dist" banner
65
cd ..
66
67
- - name: create ZIP archive
68
- if: github.event_name == 'release'
69
- shell: bash
70
- run: |
71
- zip -9vr ./go-for-win7-${{ env.ASSET_NAME }}.zip . -x "./.git/" "./.github/"
72
-
73
- name: Upload package to Artifacts
74
uses: actions/upload-artifact@v4
75
with:
76
name: go-for-win7-${{ env.ASSET_NAME }}
77
path: |
78
./*
79
+ - name: create ZIP archive
+ if: github.event_name == 'release'
+ shell: bash
+ run: |
+ zip -9vr ./go-for-win7-${{ env.ASSET_NAME }}.zip . -x "./.git/" "./.github/"
+
80
- name: Compute hashes for file
81
if: github.event_name == 'release'
82
run: |
0 commit comments