Skip to content

Commit 80e9279

Browse files
committed
asdf
1 parent 4f48cb8 commit 80e9279

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ jobs:
1313
- run: echo "🔎 The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}."
1414
- name: Get Python
1515
uses: actions/setup-python@v5
16-
with:
17-
python-version: '3.10'
16+
with:
17+
python-version: '3.10'
1818
- name: Check out repository code
1919
uses: actions/checkout@v4
2020
- run: echo "💡 The ${{ github.repository }} repository has been cloned to the runner."
@@ -29,8 +29,8 @@ jobs:
2929
python pyinstaller -F guimain.py -n make_metric_gcode
3030
- name: Create a Release
3131
uses: softprops/action-gh-release@v1
32-
with:
33-
files: dist/make_metric_gcode
32+
with:
33+
files: dist/make_metric_gcode
3434

3535
- run: echo "🍏 This job's status is ${{ job.status }}."
3636

0 commit comments

Comments
 (0)