Compare commits

...

4 Commits

Author SHA1 Message Date
Soxoj bc8f23b005 Replaced to an own workflow 2024-12-04 01:39:03 +01:00
Soxoj 9c4ae21465 Trying to remove by tag 2024-12-04 01:29:24 +01:00
Soxoj 20e32772b4 Repeat the release 2024-12-04 01:27:50 +01:00
Soxoj 042f053bb7 Repeat the build 2024-12-04 01:25:40 +01:00
+4 -2
View File
@@ -39,12 +39,14 @@ jobs:
name: maigret_standalone_win32
- name: Remove Previous Release
uses: liudonghua123/delete-release-action@v1
uses: soxoj/delete-release-action@v1
with:
release_name: Windows Release ${{ github.ref_name }}
release_name: ${{ github.ref_name }}
env:
GITHUB_TOKEN: ${{ github.token }}
# test change
- name: Create New Release
uses: actions/create-release@v1
id: create_release