Skip to content

Commit

Permalink
Update release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
canac committed Jun 21, 2024
1 parent f508855 commit 55e5191
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
- os: ubuntu-latest
target: aarch64-unknown-linux-musl

- os: macos-11
- os: macos-latest
target: x86_64-apple-darwin
- os: macos-11
- os: macos-latest
target: aarch64-apple-darwin

- os: windows-latest
Expand Down Expand Up @@ -80,15 +80,15 @@ jobs:
./target/${{ matrix.target }}/release/portman.exe
- name: Upload artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.target }}
path: |
*.zip
*.tar.gz
- name: Create release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
files: |
*.zip
Expand Down

0 comments on commit 55e5191

Please sign in to comment.