File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 8686 # & 'C:/Program Files (x86)/Windows Kits/10/bin/10.0.17763.0/x86/signtool.exe' sign /f certificate\certificate.pfx /p '${{ secrets.PFX_KEY }}' /t http://timestamp.comodoca.com/authenticode sources/bin/Release/RevitDBExplorer.dll
8787
8888 - name : Upload a Build Artifact
89- uses : actions/upload-artifact@v3.1.0
89+ uses : actions/upload-artifact@v4
9090 with :
9191 name : Build
9292 path : " sources/bin/"
@@ -105,7 +105,7 @@ jobs:
105105 # & 'C:/Program Files (x86)/Windows Kits/10/bin/10.0.17763.0/x86/signtool.exe' sign /f certificate\certificate.pfx /p '${{ secrets.PFX_KEY }}' /t http://timestamp.comodoca.com/authenticode setup/bin/Release/*.msi
106106
107107 - name : Upload a Build Artifact
108- uses : actions/upload-artifact@v3.1.0
108+ uses : actions/upload-artifact@v4
109109 with :
110110 name : Setup
111111 path : setup/bin/Release/RevitDBExplorer.msi
You can’t perform that action at this time.
0 commit comments