Skip to content
Merged

Bash #18

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ jobs:

- name: Download previous release (for delta packages)
continue-on-error: true
shell: bash
run: |
vpk download github \
--repoUrl https://github.com/${{ github.repository }} \
Expand All @@ -68,6 +69,7 @@ jobs:
sudo apt-get install -y libfuse2

- name: Create Velopack package
shell: bash
run: |
vpk pack \
--packId ${{ env.VELOPACK_APP_ID }} \
Expand Down