Browse Source

Remove superfulous zip/exe artifacts on windows builds

Signed-off-by: falkTX <falktx@falktx.com>
tags/22.12
falkTX 2 years ago
parent
commit
eddd85c45b
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 8 additions and 8 deletions
  1. +8
    -8
      .github/workflows/build.yml

+ 8
- 8
.github/workflows/build.yml View File

@@ -937,8 +937,8 @@ jobs:
with:
name: ${{ github.event.repository.name }}-win32-${{ github.event.pull_request.number || env.SHA8 }}
path: |
*.exe
*.zip
Cardinal-*.exe
Cardinal-*.zip
- uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
@@ -947,8 +947,8 @@ jobs:
draft: false
prerelease: false
files: |
*.exe
*.zip
Cardinal-*.exe
Cardinal-*.zip

win64:
runs-on: ubuntu-22.04
@@ -1027,8 +1027,8 @@ jobs:
with:
name: ${{ github.event.repository.name }}-win64-${{ github.event.pull_request.number || env.SHA8 }}
path: |
*.exe
*.zip
Cardinal-*.exe
Cardinal-*.zip
- uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
@@ -1037,8 +1037,8 @@ jobs:
draft: false
prerelease: false
files: |
*.exe
*.zip
Cardinal-*.exe
Cardinal-*.zip

source-tarball:
runs-on: ubuntu-20.04


Loading…
Cancel
Save