Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
paytoncain committed Apr 23, 2024
1 parent 7f1cefc commit 0fd4108
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,8 @@ jobs:
distribution: 'temurin'
- name: Set os/arch environment variables
run: |
echo "os=${RUNNER_OS}" >> $GITHUB_ENV
echo "arch=${RUNNER_ARCH}" >> $GITHUB_ENV
echo "os=$env:RUNNER_OS" >> $env:GITHUB_ENV
echo "arch=$env:RUNNER_ARCH" >> $env:GITHUB_ENV
- name: Download Jar
uses: actions/download-artifact@v4
with:
Expand Down

0 comments on commit 0fd4108

Please sign in to comment.