Skip to content

Commit

Permalink
remove build on ubuntu and change dest
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinBelthle committed Jun 13, 2024
1 parent 24c5a68 commit db3dd4a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/worker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,7 @@ on:

jobs:
binary:
runs-on: ${{ matrix.os }}
strategy:
max-parallel: 3
matrix:
os: [ windows-latest, ubuntu-20.04 ]
runs-on: windows-latest

steps:
- name: 🐙 Checkout GitHub repo (+ download lfs dependencies)
Expand Down
2 changes: 1 addition & 1 deletion scripts/package_worker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

SCRIPT_DIR=$(cd -- "$(dirname -- "${BASH_SOURCE[0]}")" &>/dev/null && pwd -P)
PROJECT_DIR=$(dirname -- "${SCRIPT_DIR}")
DIST_DIR="${PROJECT_DIR}/dist/AntaresWebWorker"
DIST_DIR="${PROJECT_DIR}/dist"

echo "INFO: Generating the Worker Application..."
pushd ${PROJECT_DIR}
Expand Down

0 comments on commit db3dd4a

Please sign in to comment.