Skip to content

Commit

Permalink
actions: use github.workspace instead of platform specific environmen…
Browse files Browse the repository at this point in the history
…t variables syntax
  • Loading branch information
joshtynjala committed Jan 10, 2024
1 parent e885760 commit cc5973a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
haxelib install lime --quiet
haxelib install openfl --quiet
haxelib install dox --quiet
haxelib dev away3d $GITHUB_WORKSPACE
haxelib dev away3d ${{ github.workspace }}
- name: Build docs
working-directory: scripts
Expand Down

0 comments on commit cc5973a

Please sign in to comment.