Skip to content

Commit

Permalink
Fix #33 release artefacts
Browse files Browse the repository at this point in the history
  • Loading branch information
sskender committed Aug 5, 2023
1 parent f2bb859 commit 3d18da7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

steps:
- name: Checkout Repository
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Docker meta
id: meta
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:

steps:
- name: Checkout Repository
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Install zip tool
run: sudo apt-get install zip -y
Expand All @@ -72,7 +72,7 @@ jobs:
- name: Create release
uses: ncipollo/release-action@v1
with:
allowUpdates: false
allowUpdates: true
artifacts: "torus-qt-unix.zip"
draft: false
prerelease: false
Expand All @@ -84,7 +84,7 @@ jobs:

steps:
- name: Checkout Repository
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Install zip tool
run: sudo apt-get install zip -y
Expand All @@ -101,7 +101,7 @@ jobs:
- name: Create release
uses: ncipollo/release-action@v1
with:
allowUpdates: false
allowUpdates: true
artifacts: "torus-qt-win64.zip"
draft: false
prerelease: false
Expand Down

0 comments on commit 3d18da7

Please sign in to comment.