Skip to content

Commit 245ab73

Browse files
authored
Merge pull request #6 from Greatness7/tes3-dev
Switch to "dev" branch of tes3 library.
2 parents 4e16203 + c89a5c0 commit 245ab73

40 files changed

+998
-1195
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
run: cargo build --release
3838

3939
- name: compress
40-
run: tar -acf ${{ matrix.archive }} -C ./target/release/ ${{ matrix.binary }}
40+
run: 7z a -tzip ${{ matrix.archive }} ./target/release/${{ matrix.binary }}
4141

4242
- name: upload
4343
uses: softprops/action-gh-release@v1

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1+
.vscode/
12
target/

Cargo.lock

Lines changed: 105 additions & 66 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)