Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vpk0 #26

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from
Draft

vpk0 #26

Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

- name: Compile cli for artifact
id: compile_cli
uses: rust-build/rust-build.action@v1.4.4
uses: rust-build/rust-build.action@v1.4.5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand All @@ -44,7 +44,7 @@ jobs:
${{ steps.compile_cli.outputs.BUILT_CHECKSUM }}

- name: Compile and release cli
uses: rust-build/rust-build.action@v1.4.4
uses: rust-build/rust-build.action@v1.4.5
if: startsWith(github.ref, 'refs/tags/')
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Added

- Add support to the vpk0 format, courtesy of (tehzz)[https://github.com/tehzz/vpk0].

## [0.5.1] - 2024-07-25

### Fixed
Expand Down
Loading
Loading