Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/Heath123/pakkit
Browse files Browse the repository at this point in the history
  • Loading branch information
Heath123 committed Mar 17, 2022
2 parents 6ea854d + 0d6a7ef commit 191085e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 10 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: out/pakkit-windows-x64.zip
asset_name: pakkit-windows-x64.zip
asset_name: pakkit-windows-x64-v${{ github.run_number }}.zip
asset_content_type: application/zip

- name: Upload Linux build
Expand All @@ -83,7 +83,7 @@ jobs:
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: out/pakkit-linux-x64.zip
asset_name: pakkit-linux-x64.zip
asset_name: pakkit-linux-x64-v${{ github.run_number }}.zip
asset_content_type: application/zip

- name: Upload macOS build
Expand All @@ -94,7 +94,7 @@ jobs:
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: out/pakkit-macos-x64.zip
asset_name: pakkit-macos-x64.zip
asset_name: pakkit-macos-x64-v${{ github.run_number }}.zip
asset_content_type: application/zip

- name: Prepare to upload artifacts
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
[![HitCount](https://hits.dwyl.com/Heath123/pakkit.svg)](https://hits.dwyl.com/Heath123/pakkit)
[![Discord](https://img.shields.io/discord/710593071229829120.svg?color=%237289da&label=discord&logo=discord&style=flat-square)](https://discord.gg/R4SYSNW)

# pakkit
Expand Down
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 191085e

Please sign in to comment.