Skip to content

Commit

Permalink
文件路径问题
Browse files Browse the repository at this point in the history
  • Loading branch information
MoriMeina committed Feb 20, 2024
1 parent 4323a47 commit 9c227e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Run main.py
run: |
python main.py
echo $PWD/$(date +'%Y-%m-%d')
echo $PWD
echo "FILE_PATH=$PWD" >> $GITHUB_ENV
- name: Generate Release
Expand Down

0 comments on commit 9c227e0

Please sign in to comment.