Skip to content

Commit ac3c2cd

Browse files
committed
👷 More release workflow fixes
1 parent 5c54190 commit ac3c2cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
python setup.py sdist --formats=zip
3636
- name: 🚚 rename to sdist.zip
3737
run: |
38-
mv dist/OctoPrintOneDriveFileSync-*.zip dist/sdist.zip
38+
mv dist/OctoPrint-OneDriveFileSync-*.zip dist/sdist.zip
3939
- name: ⬆ Upload build result
4040
uses: actions/upload-artifact@v3
4141
with:

0 commit comments

Comments
 (0)