Skip to content

Commit

Permalink
Nits
Browse files Browse the repository at this point in the history
  • Loading branch information
calmilamsy committed Sep 29, 2024
1 parent d02841e commit fcabf81
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/pack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,13 @@ jobs:
- uses: actions/checkout@v4
- name: Generate Pack
run: ./pack.sh
- name: Upload artifact
- name: Upload Artifact
uses: actions/upload-artifact@v4
with:
name: babric-b1.7.3.zip
path: ./babric-b1.7.3.zip
- id: vars
- name: Create Shorthand Hash
id: vars
run: echo "sha_short=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT
- name: Create Release
uses: softprops/action-gh-release@v2
Expand Down

0 comments on commit fcabf81

Please sign in to comment.