Skip to content

Commit

Permalink
Finalize Github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
myuce committed Mar 31, 2024
1 parent 7ebf2c9 commit 4e5d48c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Create ZIP archive
run: |
Compress-Archive -Path dist -DestinationPath Corvid-pre-release-${{ github.run_number }}.zip
Compress-Archive -Path dist\* -DestinationPath Corvid-pre-release-${{ github.run_number }}.zip
- name: Upload build artifact
uses: actions/upload-artifact@v3
Expand All @@ -41,6 +41,7 @@ jobs:
- name: Create Release
uses: ncipollo/release-action@v1.14.0
with:
name: Corvid pre-release build ${{ github.run_number }}
tag: pre-release
body: "Built from commit ${{ github.sha }}"
draft: false
Expand Down

0 comments on commit 4e5d48c

Please # to comment.