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 cb6fc36
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,14 @@ jobs:
- uses: actions/checkout@v4
- name: make
run: make
- name: package
run: tar cvfz protobufjson-linux.tar.gz JsonToProto ProtoToJson
- uses: actions/upload-artifact@v4
with:
name: protobufjson-linux-${{ github.sha }}.tar.gz
path: protobufjson-linux.tar.gz
if-no-files-found: error
compression-level: 0

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

0 comments on commit cb6fc36

Please sign in to comment.