Skip to content

Commit

Permalink
Test uploading artifact.
Browse files Browse the repository at this point in the history
  • Loading branch information
hq6 committed Apr 7, 2024
1 parent d1de19a commit 9fa42a3
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/build-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,19 @@ on: [push]

jobs:
build-linux-artifact:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04

steps:
- uses: actions/checkout@v4
- name: make
run: make
- uses: actions/upload-artifact@v4
with:
name: protobufjson-linux-${{ github.sha }}.tar.gz
path: |
JsonToProto
ProtoToJson
if-no-files-found: error

build-osx-intel-artifact:
runs-on: macos-13
Expand Down

0 comments on commit 9fa42a3

Please sign in to comment.