Commit d709c9894fc2bc4558adc3fd60a9a1e9b27dc54e

Authored by Perry Werneck
Committed by GitHub
1 parent cda14d5b
Exists in develop

Update publish.yml

Using ${MINGW_PACKAGE_PREFIX} for artifact prefix
Showing 1 changed file with 1 additions and 3 deletions   Show diff stats
.github/workflows/publish.yml
@@ -3,8 +3,6 @@ on: @@ -3,8 +3,6 @@ on:
3 pull_request: 3 pull_request:
4 branches: 4 branches:
5 - master 5 - master
6 - schedule:  
7 - - cron: '30 13 1 2,4,6,8,10,12 *'  
8 jobs: 6 jobs:
9 msys2-mingw: 7 msys2-mingw:
10 name: Publish for Windows 64 8 name: Publish for Windows 64
@@ -29,7 +27,7 @@ jobs: @@ -29,7 +27,7 @@ jobs:
29 - uses: ncipollo/release-action@v1 27 - uses: ncipollo/release-action@v1
30 with: 28 with:
31 tag: ${{ steps.gettag.outputs.tag }} 29 tag: ${{ steps.gettag.outputs.tag }}
32 - artifacts: "*.tar.xz" 30 + artifacts: "*-lib3270.tar.xz"
33 allowUpdates: true 31 allowUpdates: true
34 draft: false 32 draft: false
35 makeLatest: true 33 makeLatest: true