Skip to content

Commit

Permalink
.NET CI: Misspelled the python script
Browse files Browse the repository at this point in the history
  • Loading branch information
praydog committed Apr 2, 2024
1 parent bf7e056 commit a3437f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dev-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

- name: Compress release
run: |
python ${{github.workspace}}/csharp-api/make-symlinks.py --gamedir="${{github.workspace}}/csharp-api" --just_copy=True
python ${{github.workspace}}/csharp-api/make_symlinks.py --gamedir="${{github.workspace}}/csharp-api" --just_copy=True
7z a ${{github.workspace}}/${{matrix.target}}.zip ${{github.workspace}}/csharp-api/reframework
- name: Upload artifacts
Expand Down

0 comments on commit a3437f8

Please sign in to comment.