Skip to content

Commit

Permalink
修复bug
Browse files Browse the repository at this point in the history
  • Loading branch information
MoriMeina committed Feb 20, 2024
1 parent e325c84 commit 7fbbb60
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 @@ -28,7 +28,7 @@ jobs:
run: |
python main.py
echo $PWD/$(date +'%Y-%m-%d')
echo "FILE_PATH=$PWD/$(date +'%Y-%m-%d')" >> $GITHUB_ENV
echo "FILE_PATH=$PWD" >> $GITHUB_ENV
- name: Generate Release
uses: ncipollo/release-action@v1
Expand Down

0 comments on commit 7fbbb60

Please sign in to comment.