Skip to content

Commit

Permalink
ci: Fix ubuntu path
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertGemmaJr committed Jun 17, 2024
1 parent 4458fe1 commit 02ac649
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
elif [[ ${{ matrix.os }} == macOS-latest ]]; then
path="out/make/${packageName}-${packageVersion}-arm64.dmg"
elif [[ ${{ matrix.os }} == ubuntu-latest ]]; then
path="out/make/deb/x64/${packageName}_${packageVersion}_arm64.deb"
path="out/make/deb/x64/${packageName}_${packageVersion}_amd64.deb"
fi
echo path=$path >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 02ac649

Please sign in to comment.