Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pbek authored Jul 19, 2020
1 parent 117d0c6 commit 8976fe1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,10 @@ jobs:
shell: bash
run: |
zip --junk-paths ./my-artifact-${{ matrix.os }}.zip main.cpp
- name: ls
shell: bash
run: |
ls
- name: Upload Release Asset
id: upload-release-asset
uses: actions/upload-release-asset@v1
Expand Down

0 comments on commit 8976fe1

Please sign in to comment.