Skip to content

Commit

Permalink
ci: Fix release environment variables
Browse files Browse the repository at this point in the history
  • Loading branch information
eyal0 committed Nov 5, 2021
1 parent 3c90e90 commit c28dda2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ jobs:
steps:
- name: Download the artifacts to release
uses: actions/download-artifact@v2
- run: echo "export PCB2GCODE_VERSION='$(cat version/version.txt)'" >> ~/.bash_profile
- run: echo "PCB2GCODE_VERSION=$(cat version/version.txt)" >> $GITHUB_ENV
- name: Prepare the artifacts
run: |
mkdir -p pcb2gcode-{windows,ubuntu,macos}
Expand Down

0 comments on commit c28dda2

Please sign in to comment.