Skip to content

Commit

Permalink
Bump softprops/action-gh-release from 2.0.5 to 2.0.6 (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jun 25, 2024
1 parent 6bbaadb commit 781cab9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: GOOS=linux GOARCH=arm64 CGO_ENABLED=1 CC="zig cc -target aarch64-linux-musl" go build -o timew-sync-server-aarch64-linux

- name: Release
uses: softprops/[email protected].5
uses: softprops/[email protected].6
with:
files: |
timew-sync-server-x86_64-linux
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: GOOS=darwin GOARCH=amd64 CGO_ENABLED=1 go build -o timew-sync-server-aarch64-macos

- name: Release
uses: softprops/[email protected].5
uses: softprops/[email protected].6
with:
files: |
timew-sync-server-x86_64-macos
Expand Down

0 comments on commit 781cab9

Please sign in to comment.