Skip to content

Commit

Permalink
Bump softprops/action-gh-release from 2.0.8 to 2.0.9 (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Nov 1, 2024
1 parent efc7795 commit ad976e9
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].8
uses: softprops/[email protected].9
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].8
uses: softprops/[email protected].9
with:
files: |
timew-sync-server-x86_64-macos
Expand Down

0 comments on commit ad976e9

Please sign in to comment.