Skip to content

Commit

Permalink
ci: test 6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Wenzel committed Apr 24, 2024
1 parent cb0b087 commit 3a586b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-deb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ jobs:
run: apt-get update && apt-get install -y nodejs git

- run: |
BRANCH=kvm-nyx-6.8
BRANCH=kvm-nyx-6.0
# remove / (forbidden character in upload-artifact name)
BRANCH=${BRANCH//\//}
# env.ref = kafl/sdv-6.1
echo "ref=kvm-nyx-6.8" >> $GITHUB_ENV
echo "ref=kvm-nyx-6.0" >> $GITHUB_ENV
# env.ref_art = kaflsdv-6.1 (for artifact name)
echo "ref_art=${BRANCH///}" >> $GITHUB_ENV
- uses: actions/checkout@v4
Expand Down

0 comments on commit 3a586b1

Please sign in to comment.