Skip to content

Commit

Permalink
[workflow] fix: it's upload artifact, not download
Browse files Browse the repository at this point in the history
  • Loading branch information
ifTNT committed Jul 4, 2024
1 parent 2f26294 commit a5e6dab
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/build-win-installer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ jobs:
steps:
- uses: actions/checkout@v4

- id: commit
uses: prompt/actions-commit-hash@v3

- name: Install Language
run: |
$baseUri = 'https://raw.github.com/jrsoftware/issrc/main/Files'
Expand Down Expand Up @@ -48,7 +51,8 @@ jobs:
path: scripts/windows-setup-files/kuwa_genai_os.iss
options: /O+

- name: Download compiled installer
uses: actions/download-artifact@v4
- name: Archive code coverage results
uses: actions/upload-artifact@v4
with:
name: D:\a\genai-os\genai-os\scripts\windows-setup-files\Kuwa-GenAI-OS.exe
name: Kuwa-GenAI-OS-${{ steps.commit.outputs.short }}.exe
path: D:\a\genai-os\genai-os\scripts\windows-setup-files\Kuwa-GenAI-OS.exe

0 comments on commit a5e6dab

Please sign in to comment.