Skip to content

Commit

Permalink
Update act-release-lin-mac.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
deep-soft authored Jan 27, 2024
1 parent db55e4f commit 5ef763c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/act-release-lin-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:

#if: ${{ matrix.job.name }} != 'withPYTHON' || ${{ inputs.withPYTHON }}
steps:
- uses: deep-soft/checkout@v3
- uses: deep-soft/checkout@v4

- name: get os version
shell: bash
Expand Down Expand Up @@ -326,7 +326,7 @@ jobs:

- name: Publish Release
continue-on-error: true
uses: deep-soft/action-gh-release@v1
uses: deep-soft/action-gh-release@v2.1
with:
draft: true
tag_name: ${{ env.PROG_NAME }}-${{ env.PROG_VERSION }}
Expand All @@ -353,7 +353,7 @@ jobs:
- name: Publish Release - All
if: ${{ inputs.make_archive_all }}
continue-on-error: true
uses: deep-soft/action-gh-release@v1
uses: deep-soft/action-gh-release@v2.1
with:
draft: true
tag_name: ${{ env.PROG_NAME }}-${{ env.PROG_VERSION }}-ALL
Expand Down

0 comments on commit 5ef763c

Please sign in to comment.