We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f48cb8 commit 80e9279Copy full SHA for 80e9279
.github/workflows/release.yml
@@ -13,8 +13,8 @@ jobs:
13
- run: echo "🔎 The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}."
14
- name: Get Python
15
uses: actions/setup-python@v5
16
- with:
17
- python-version: '3.10'
+ with:
+ python-version: '3.10'
18
- name: Check out repository code
19
uses: actions/checkout@v4
20
- run: echo "💡 The ${{ github.repository }} repository has been cloned to the runner."
@@ -29,8 +29,8 @@ jobs:
29
python pyinstaller -F guimain.py -n make_metric_gcode
30
- name: Create a Release
31
uses: softprops/action-gh-release@v1
32
33
- files: dist/make_metric_gcode
+ files: dist/make_metric_gcode
34
35
- run: echo "🍏 This job's status is ${{ job.status }}."
36
0 commit comments