Skip to content

Commit

Permalink
enable overwrite for dev builds
Browse files Browse the repository at this point in the history
  • Loading branch information
sonroyaalmerol committed Nov 10, 2024
1 parent 0901c63 commit be2142e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
compress_assets: false
executable_compression: upx
project_path: ./cmd/pbs_plus
overwrite: true
- name: pre-packaging script
env:
BINARY_PATH: ${{ steps.go_build.outputs.release_asset_dir }}
Expand Down Expand Up @@ -72,6 +73,7 @@ jobs:
binary_name: pbs-plus-agent
project_path: ./cmd/windows_agent
ldflags: -H=windowsgui
overwrite: true
- uses: actions/upload-artifact@v4
if: github.event_name == 'release' && github.event.release.tag_name != 'main'
with:
Expand Down

0 comments on commit be2142e

Please sign in to comment.