diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2023-05-15 21:02:14 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-15 21:02:14 -0600 |
commit | 53ae699475f3a24b9410c95d610740612302a139 (patch) | |
tree | f80816f19ff93b6ac84d35047be84d349cf25796 /.github/workflows | |
parent | 314bfc39df13283e8316ba0e3bc0189c369d0693 (diff) |
Update ci.yml
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f0d6bf5..9f7d68e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: poetry install ls poetry run pyinstaller --add-data "assets:assets" -w main.py - - uses: actions/upload-artifat@v3 + - uses: actions/upload-artifact@v3 with: name: pyramid-scheme path: dist/ |