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 5f84460 commit 63587edCopy full SHA for 63587ed
.github/workflows/msbuild.yml
@@ -17,7 +17,7 @@ jobs:
17
run: git diff --output=cf-changes.patch
18
- name: Show changes on standard output
19
run: git diff
20
- - uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4
+ - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
21
with:
22
name: cf-changes.patch
23
path: cf-changes.patch
@@ -62,7 +62,7 @@ jobs:
62
configurePreset: '${{ matrix.arch }}${{ matrix.ovpn3.preset }}'
63
buildPreset: '${{ matrix.arch }}-${{ matrix.conf.value }}${{ matrix.ovpn3.preset }}'
64
65
66
67
name: openvpn-gui_${{ matrix.arch }}_${{ matrix.conf.value }}${{ matrix.ovpn3.upload_name }}
68
path: |
0 commit comments