Skip to content

Commit

Permalink
Fixed the workflow not properly publishing the files.
Browse files Browse the repository at this point in the history
Turns out the files weren't being picked up properly. Go figure.
  • Loading branch information
Grossley committed Feb 2, 2023
1 parent c415c85 commit 20603f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish_gui_nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Upload artifact
uses: actions/upload-artifact@v2
with:
path: GUI-${{ matrix.os }}-isBundled-${{ matrix.bundled }}-isSingleFile-${{ matrix.singlefile }}.zip
path: GUI-${{ matrix.os }}-${{ matrix.configuration }}-isBundled-${{ matrix.bundled }}-isSingleFile-${{ matrix.singlefile }}.zip

build_cli:

Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
- name: Upload artifact
uses: actions/upload-artifact@v2
with:
path: CLI-${{ matrix.os }}-isBundled-${{ matrix.bundled }}.zip
path: CLI-${{ matrix.os }}-${{ matrix.configuration }}-isBundled-${{ matrix.bundled }}.zip

upload:

Expand Down

0 comments on commit 20603f3

Please sign in to comment.