Skip to content

Commit

Permalink
CI (AGP) - 2022-04-21 00:55
Browse files Browse the repository at this point in the history
  • Loading branch information
agp-bot authored and root committed Apr 24, 2022
1 parent e2ad8be commit eceae00
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/.agp
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ Auto Github Push (AGP)
https://github.com/ms-jpq/auto-github-push

---
2022-04-20 00:57
2022-04-21 00:55
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,13 +74,13 @@ jobs:
run: python3 build.py buildr -- ${{ matrix.jobs.triple }}

- name: Upload Bin
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: ${{ matrix.jobs.triple }}.zip
path: artifacts/${{ matrix.jobs.triple }}.zip

- name: Upload Deb
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: ${{ matrix.jobs.triple }}.deb
path: artifacts/${{ matrix.jobs.triple }}.deb
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,13 +73,13 @@ jobs:
run: python3 build.py buildr -- ${{ matrix.jobs.triple }}

- name: Upload Bin
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: ${{ matrix.jobs.triple }}.zip
path: artifacts/${{ matrix.jobs.triple }}.zip

- name: Upload Deb
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: ${{ matrix.jobs.triple }}.deb
path: artifacts/${{ matrix.jobs.triple }}.deb
Expand Down

0 comments on commit eceae00

Please sign in to comment.