mirror of
https://github.com/optiscaler/OptiScaler.git
synced 2026-05-03 16:21:46 +00:00
Upgrade upload-artifact action to v7.0.0
This commit is contained in:
@@ -102,7 +102,7 @@ jobs:
|
||||
|
||||
- name: upload-unsigned-artifact
|
||||
id: upload-unsigned-artifact
|
||||
uses: actions/upload-artifact@v6
|
||||
uses: actions/upload-artifact@v7.0.0
|
||||
with:
|
||||
name: '${{ steps.get_version.outputs.filename }}_unsigned_dll'
|
||||
path: '${{ github.workspace }}\x64\ReleaseDebug\OptiScaler.dll'
|
||||
@@ -135,9 +135,10 @@ jobs:
|
||||
|
||||
continue-on-error: false
|
||||
|
||||
- uses: actions/upload-artifact@v6
|
||||
- uses: actions/upload-artifact@v7.0.0
|
||||
with:
|
||||
name: '${{ steps.get_version.outputs.filename }}'
|
||||
path: '${{ github.workspace }}\${{ steps.get_version.outputs.filename }}.7z'
|
||||
archive: false
|
||||
compression-level: 0
|
||||
if-no-files-found: error
|
||||
|
||||
Reference in New Issue
Block a user