diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-08-01 15:54:36 -0700 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-08-01 15:54:36 -0700 |
commit | 74472c52e393281fbb5fa69ea635aaea292c51fb (patch) | |
tree | de3f512a3272316db46ed6ff441b1109b4bf0e4f /.github | |
parent | 2d5d49856d8775e3bf9eb4ae8bd6965433a31230 (diff) | |
download | sncontinue-74472c52e393281fbb5fa69ea635aaea292c51fb.tar.gz sncontinue-74472c52e393281fbb5fa69ea635aaea292c51fb.tar.bz2 sncontinue-74472c52e393281fbb5fa69ea635aaea292c51fb.zip |
main.yaml package only dist/run
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/main.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 5d2c935f..a783af59 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -21,7 +21,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v2 with: - python-version: "3.8" + python-version: "3.11" - name: Install Dependencies run: | @@ -33,7 +33,7 @@ jobs: uses: actions/upload-artifact@v3 with: name: ${{ runner.os }} Build - path: dist/* + path: dist/run # publish: # runs-on: ubuntu-latest |