mirror of
https://github.com/greenshot/greenshot
synced 2025-08-22 14:24:43 -07:00
Update upload artifact action
This commit is contained in:
parent
a4f622dc62
commit
85e1a5ae13
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -60,7 +60,7 @@ jobs:
|
||||||
cp $(Build.SourcesDirectory)/installer/Greenshot-INSTALLER-*.exe ${{ github.workspace }}/artifacts/
|
cp $(Build.SourcesDirectory)/installer/Greenshot-INSTALLER-*.exe ${{ github.workspace }}/artifacts/
|
||||||
|
|
||||||
- name: Upload Artifact
|
- name: Upload Artifact
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: drop
|
name: drop
|
||||||
path: ${{ github.workspace }}/artifacts
|
path: ${{ github.workspace }}/artifacts
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue