Skip to content

Commit

Permalink
Experiment with replacement of artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
soxoj committed Dec 4, 2024
1 parent 49af30d commit bf33c4c
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions .github/workflows/pyinstaller.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,21 +38,17 @@ jobs:
with:
name: maigret_standalone_win32

- name: Remove Previous Release
uses: soxoj/delete-release-action@v2
with:
release_name: ${{ github.ref_name }}
env:
GITHUB_TOKEN: ${{ github.token }}

# test change

- name: Create New Release
uses: ncipollo/[email protected]
id: create_release
with:
allowUpdates: true
draft: false
prerelease: true
prerelease: false
artifactErrorsFailBuild: true
makeLatest: true
replacesArtifacts: true
artifacts: maigret_standalone_win32
name: Windows Release [${{ github.ref_name }}]
tag: ${{ github.ref_name }}-${{ github.run_number }}
body: |
Expand Down

0 comments on commit bf33c4c

Please sign in to comment.