Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
sorz committed Apr 22, 2020
1 parent b9c4cba commit da42fd4
Show file tree
Hide file tree
Showing 3 changed files with 99 additions and 103 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/build-package.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: build-package

on: release
on:
push:
tags:
- v*

jobs:
build-unix:
Expand All @@ -16,8 +19,8 @@ jobs:
with:
command: deb
args: -- --all-features
- run: xz -kS "-${{ github.ref }}-x86_64.bin.xz" target/release/moproxy
- run: xz -kfS "-${GITHUB_REF#*/v}-x86_64.bin.xz" target/release/moproxy
- uses: ncipollo/release-action@v1
with:
artifact: target/debian/*.deb,target/release/*.bin.xz
artifacts: target/debian/*.deb,target/release/*.bin.xz
token: ${{ secrets.GITHUB_TOKEN }}
Loading

0 comments on commit da42fd4

Please sign in to comment.