mirror of https://github.com/OpenVPN/openvpn-gui
Update actions/upload-artifact digest to ea165f8
parent
5f844605ee
commit
63587edf2b
|
@ -17,7 +17,7 @@ jobs:
|
||||||
run: git diff --output=cf-changes.patch
|
run: git diff --output=cf-changes.patch
|
||||||
- name: Show changes on standard output
|
- name: Show changes on standard output
|
||||||
run: git diff
|
run: git diff
|
||||||
- uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4
|
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
|
||||||
with:
|
with:
|
||||||
name: cf-changes.patch
|
name: cf-changes.patch
|
||||||
path: cf-changes.patch
|
path: cf-changes.patch
|
||||||
|
@ -62,7 +62,7 @@ jobs:
|
||||||
configurePreset: '${{ matrix.arch }}${{ matrix.ovpn3.preset }}'
|
configurePreset: '${{ matrix.arch }}${{ matrix.ovpn3.preset }}'
|
||||||
buildPreset: '${{ matrix.arch }}-${{ matrix.conf.value }}${{ matrix.ovpn3.preset }}'
|
buildPreset: '${{ matrix.arch }}-${{ matrix.conf.value }}${{ matrix.ovpn3.preset }}'
|
||||||
|
|
||||||
- uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4
|
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
|
||||||
with:
|
with:
|
||||||
name: openvpn-gui_${{ matrix.arch }}_${{ matrix.conf.value }}${{ matrix.ovpn3.upload_name }}
|
name: openvpn-gui_${{ matrix.arch }}_${{ matrix.conf.value }}${{ matrix.ovpn3.upload_name }}
|
||||||
path: |
|
path: |
|
||||||
|
|
Loading…
Reference in New Issue