Skip to content

Commit

Permalink
Merge pull request #23 from QAInsights/fix/gh-actions
Browse files Browse the repository at this point in the history
Add: Arch to GH Actions
  • Loading branch information
QAInsights authored Nov 19, 2023
2 parents 3215196 + 0b07d1e commit 4a40bda
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ jobs:
with:
python-version: "3.9"

- name: List current directory
run: |
ls -la
uname -a
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand All @@ -33,14 +38,15 @@ jobs:
- name: List current directory
run: |
ls -la
uname -a
- name: Upload app
uses: actions/upload-artifact@v2
with:
name: dist
path: dist

# - name: Create Release
# - name: Create Release
# id: create_release
# uses: actions/create-release@v1
# env:
Expand Down

0 comments on commit 4a40bda

Please sign in to comment.