Skip to content

Commit

Permalink
fix again
Browse files Browse the repository at this point in the history
  • Loading branch information
B0ney committed Oct 15, 2023
1 parent b376506 commit 7dbd158
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_gui_artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
os: ubuntu-latest
make: bash dist/build-linux.sh package
artifact_path: |
echo "ARTIFACT_PATH=$(dist/build-linux.sh artifact_path)" >> "$GITHUB_ENV"
echo "ARTIFACT_PATH=$(bash dist/build-linux.sh artifact_path)/*" >> "$GITHUB_ENV"
# - target: macos
# os: macos-latest
Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: ${{ matrix.target.target }}
path: ${{ env.ARTIFACT_PATH }}/*
path: ${{ env.ARTIFACT_PATH }}

# build_gui_linux:
# name: Building GUI for Linux x86_64
Expand Down

0 comments on commit 7dbd158

Please sign in to comment.