Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
bangbang93 committed Feb 1, 2020
1 parent b951cd9 commit 48c33ef
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ jobs:
- run: npm install
- run: npm run build --if-present
- run: tar czf minecraft-proxy.tar.gz bin/ config/ dist/ node_modules/ package.json package-lock.json readme.md
if: github.ref == 'refs/heads/master'
- name: Create Release
id: create_release
uses: actions/create-release@v1
Expand All @@ -41,6 +40,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./minecraft-proxy.tar.gz
asset_path: minecraft-proxy.tar.gz
asset_name: minecraft-proxy.tar.gz
asset_content_type: application/gzip

0 comments on commit 48c33ef

Please sign in to comment.