Skip to content

Commit

Permalink
ci: release
Browse files Browse the repository at this point in the history
Signed-off-by: aspel <[email protected]>
  • Loading branch information
aspel committed Nov 18, 2023
1 parent 4f9be94 commit 69e4fa4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
with:
artifacts: "PathOfBuilding.linux.amd64.tar.xz"
token: ${{ secrets.GITHUB_TOKEN }}
removeArtifacts: true
allowUpdates: true
tag: PathOfBuilding
body: "${{steps.time.outputs.time}}"
build-macos-amd64:
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
with:
artifacts: "PathOfBuilding.darwin.amd64.tar.xz"
token: ${{ secrets.GITHUB_TOKEN }}
removeArtifacts: true
allowUpdates: true
tag: PathOfBuilding
body: "${{steps.time.outputs.time}}"

0 comments on commit 69e4fa4

Please sign in to comment.