Skip to content

Commit

Permalink
correct workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dfgordon committed Jul 27, 2024
1 parent ff201b5 commit 7b6ead1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@ jobs:
needs: test
runs-on: ${{ matrix.OS }}
env:
CLI: ("a2kit")
SERVERS: ("server-applesoft" "server-integerbasic" "server-merlin")
TARGET: ${{ matrix.TARGET }}
OS: ${{ matrix.OS }}
steps:
Expand All @@ -70,6 +68,8 @@ jobs:
- name: Compress
run: |
mkdir -p ./artifacts
CLI=("a2kit")
SERVERS=("server-applesoft" "server-integerbasic" "server-merlin")
if [[ $OS =~ ^windows.*$ ]]; then
EXE=".exe"
else
Expand Down

0 comments on commit 7b6ead1

Please sign in to comment.