We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3c5be4 commit 27cdf88Copy full SHA for 27cdf88
1 file changed
.github/workflows/release.yml
@@ -18,8 +18,6 @@ jobs:
18
artifact: initializr-plusplus-linux-x86_64
19
- os: ubuntu-24.04-arm
20
artifact: initializr-plusplus-linux-aarch_64
21
- - os: macos-13
22
- artifact: initializr-plusplus-osx-x86_64
23
- os: macos-latest
24
artifact: initializr-plusplus-osx-aarch_64
25
- os: windows-latest
@@ -53,8 +51,6 @@ jobs:
53
51
shell: bash
54
52
55
- name: Upload to release
56
- uses: ncipollo/release-action@v1
+ uses: softprops/action-gh-release@v2
57
with:
58
- artifacts: "./target/${{ matrix.artifact }}"
59
- allowUpdates: true
60
- token: ${{ secrets.GH_TOKEN }}
+ files: ./target/${{ matrix.artifact }}
0 commit comments