mirror of
https://github.com/urbit/shrub.git
synced 2024-12-25 04:52:06 +03:00
build: ensuring correct workflow naming and static binary upload
This commit is contained in:
parent
21dd7a9ab6
commit
08332993b3
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -30,7 +30,7 @@
|
||||
#
|
||||
# https://docs.github.com/en/free-pro-team@latest/actions/reference/workflow-syntax-for-github-actions
|
||||
|
||||
name: Build and test urbit binaries
|
||||
name: build
|
||||
|
||||
on: [push, pull_request]
|
||||
|
||||
@ -55,7 +55,7 @@ jobs:
|
||||
|
||||
- run: nix-build -A urbit --arg enableStatic true
|
||||
|
||||
- if: ${{ matrix.os == 'ubuntu-latest' && github.event_name == 'pull_request' }}
|
||||
- if: ${{ matrix.os == 'ubuntu-latest' }}
|
||||
run: nix-build -A urbit-tests
|
||||
|
||||
haskell:
|
||||
|
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -1,4 +1,4 @@
|
||||
name: Upload urbit release tarball
|
||||
name: release
|
||||
|
||||
on: [release]
|
||||
|
||||
@ -27,7 +27,7 @@ jobs:
|
||||
project_id: ${{ secrets.GCS_PROJECT }}
|
||||
export_default_credentials: true
|
||||
|
||||
- run: nix-build -A tarball
|
||||
- run: nix-build -A tarball --arg enableStatic true
|
||||
|
||||
- name: Run upload to bootstrap.urbit.org
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user