-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump softprops/action-gh-release from 2.0.5 to 2.0.6 (#71)
- Loading branch information
1 parent
6bbaadb
commit 781cab9
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|