Skip to content

Commit 27cdf88

Browse files
committed
switch action
1 parent e3c5be4 commit 27cdf88

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ jobs:
1818
artifact: initializr-plusplus-linux-x86_64
1919
- os: ubuntu-24.04-arm
2020
artifact: initializr-plusplus-linux-aarch_64
21-
- os: macos-13
22-
artifact: initializr-plusplus-osx-x86_64
2321
- os: macos-latest
2422
artifact: initializr-plusplus-osx-aarch_64
2523
- os: windows-latest
@@ -53,8 +51,6 @@ jobs:
5351
shell: bash
5452

5553
- name: Upload to release
56-
uses: ncipollo/release-action@v1
54+
uses: softprops/action-gh-release@v2
5755
with:
58-
artifacts: "./target/${{ matrix.artifact }}"
59-
allowUpdates: true
60-
token: ${{ secrets.GH_TOKEN }}
56+
files: ./target/${{ matrix.artifact }}

0 commit comments

Comments
 (0)