Skip to content

Commit

Permalink
Bundle step for source
Browse files Browse the repository at this point in the history
  • Loading branch information
jdavidberger committed Feb 14, 2022
1 parent e97185a commit 9a29117
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish-source.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Bundle
working-directory: ${{runner.workspace}}/libsurvive
run: 7z a ${{runner.workspace}}/${{ steps.bundle.outputs.BUNDLE_FILE_NAME }} ${{runner.workspace}}/libsurvive

- uses: actions/upload-artifact@v2
name: Upload
with:
Expand Down

0 comments on commit 9a29117

Please sign in to comment.