Skip to content

Commit

Permalink
Hotfix.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alvov1 committed Sep 18, 2024
1 parent ccf1591 commit 730aa14
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/upload_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,17 @@ jobs:
run: |
zip Aesi_universal_${{ github.ref_name }}.zip Aesi.h Aeu.h README.md
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
name: archive
path: Aesi_universal_${{ github.ref_name }}.zip

- name: Create Release
id: create_release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
cd artifacts
gh release create \
--verify-tag \
--title "Release ${{ github.ref_name }}" \
Expand Down

0 comments on commit 730aa14

Please sign in to comment.