mirror of
https://github.com/Open-Argon/argon-v3.git
synced 2025-12-06 08:56:07 +00:00
change
This commit is contained in:
24
.github/workflows/build_release.yml
vendored
Normal file
24
.github/workflows/build_release.yml
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
# workflow name
|
||||
name: Generate release-artifacts
|
||||
|
||||
on:
|
||||
release:
|
||||
types:
|
||||
- created
|
||||
|
||||
# workflow tasks
|
||||
jobs:
|
||||
generate:
|
||||
name: Generate cross-platform builds
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout the repository
|
||||
uses: actions/checkout@v2
|
||||
- name: Generate build files
|
||||
uses: thatisuday/go-cross-build@v1
|
||||
with:
|
||||
platforms: 'linux/amd64, darwin/amd64, windows/amd64'
|
||||
package: 'src'
|
||||
name: 'argon'
|
||||
compress: 'true'
|
||||
dest: 'bin'
|
||||
Reference in New Issue
Block a user