[go: up one dir, main page]

Skip to content

Commit

Permalink
ci: update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikubill committed May 28, 2021
1 parent a26fac7 commit 2109600
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
asset_path: ./bin/ci-test-windows-amd64.exe
asset_name: transfer-beta-windows-amd64-$$.exe
asset_content_type: application/octet-stream
max_releases: 2
max_releases: 1

- name: Deploy Beta - Linux
uses: WebFreak001/deploy-nightly@v1.1.0
Expand All @@ -41,7 +41,7 @@ jobs:
asset_path: ./bin/ci-test-linux-amd64
asset_name: transfer-beta-linux-amd64-$$
asset_content_type: application/octet-stream
max_releases: 2
max_releases: 1

- name: Deploy Beta - Macos
uses: WebFreak001/deploy-nightly@v1.1.0
Expand All @@ -53,4 +53,4 @@ jobs:
asset_path: ./bin/ci-test-darwin-amd64
asset_name: transfer-beta-darwin-amd64-$$
asset_content_type: application/octet-stream
max_releases: 2
max_releases: 1

0 comments on commit 2109600

Please sign in to comment.