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 0be5549 commit 51447e4Copy full SHA for 51447e4
.github/workflows/flet-pack.yml
@@ -14,8 +14,8 @@ jobs:
14
os: ["macos-latest", "windows-latest"]
15
16
steps:
17
- - uses: actions/checkout@v2
18
- - uses: actions/setup-python@v2
+ - uses: actions/checkout@main
+ - uses: actions/setup-python@main
19
with:
20
python-version: 3.10.7
21
- run: pip install -r requirements.txt
@@ -24,7 +24,7 @@ jobs:
24
- run: python scripts/pack_app.py
25
# Optionally verify that it works (provided that it does not need user interaction)
26
#- run: ./dist/your-code/your-code
27
- - uses: actions/upload-artifact@v3
+ - uses: actions/upload-artifact@main
28
29
name: Tuttle-${{ github.sha }}-${{ matrix.os }}
30
path: dist/
0 commit comments