Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Margen67 authored Jan 10, 2023
1 parent e2a74b8 commit 65434ac
Showing 1 changed file with 3 additions and 13 deletions.
16 changes: 3 additions & 13 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ on:
jobs:
test:
# name: ${{ matrix.runs-on }}
runs-on: macos-latest #${{ matrix.runs-on }}
runs-on: ubuntu-latest #${{ matrix.runs-on }}
# container: ${{ matrix.container }}
# strategy:
# fail-fast: false
Expand All @@ -46,15 +46,5 @@ jobs:
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# test: ${{ matrix.test[0] }}
run: |
curl -fLO "https://github.com/bartoszj/acextract/releases/download/2.2/acextract.zip"
7z e acextract.zip
curl -fLO "https://github.com/Margen67/Test/releases/download/test/Assets.car"
chmod +x acextract
mkdir -p Assets
./acextract -i Assets.car -o Assets
- uses: actions/upload-artifact@v3
with:
name: Assets
path: Assets
if-no-files-found: error
# run: |
# echo hi

0 comments on commit 65434ac

Please sign in to comment.