chore: revert artifact upload
This commit is contained in:
@@ -46,7 +46,7 @@ jobs:
|
||||
go build -o ./pkcs-generator ./src
|
||||
|
||||
- name: upload the building actifacts
|
||||
uses: DaanSelen/upload-artifact-gitea@main
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: package-linux64
|
||||
path: |
|
||||
@@ -100,7 +100,7 @@ jobs:
|
||||
go build -o ./pkcs-generator.exe -ldflags -H=windowsgui ./src
|
||||
|
||||
- name: upload the building actifacts
|
||||
uses: DaanSelen/upload-artifact-gitea@main
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: package-win64
|
||||
path: |
|
||||
|
||||
Reference in New Issue
Block a user