Skip to content

Commit

Permalink
release fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyclenerd committed Aug 13, 2022
1 parent 9bf02e5 commit 5753f18
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,14 @@ jobs:
- name: 🛎️ Checkout
uses: actions/checkout@v3
# Download all artifacts to the current working directory
- name: 📥 Download
- name: 📥 Download gcosts
uses: actions/download-artifact@v3
with:
name: gcosts
- name: 📥 Download gcosts.exe
uses: actions/download-artifact@v3
with:
name: gcosts.exe
# Release, upload files
# https://github.com/softprops/action-gh-release
- name: ✨ Release
Expand Down

0 comments on commit 5753f18

Please sign in to comment.