Skip to content

Commit

Permalink
ci: update upload artifact version and cron
Browse files Browse the repository at this point in the history
  • Loading branch information
soda480 authored Nov 25, 2023
1 parent b9b32c7 commit 14ef942
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: build+test
on:
schedule:
- cron: "0 8 * * *"
- cron: "0 8 * * 2,4,6"
push:
branches:
- '**'
Expand All @@ -27,7 +27,7 @@ jobs:
docker save --output images/w4m-${{ matrix.version }}.tar w4m:${{ matrix.version }}
- name: upload w4m ${{ matrix.version }} image artifact
if: ${{ matrix.version == '3.9' }}
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: image
path: images/w4m-${{ matrix.version }}.tar

0 comments on commit 14ef942

Please sign in to comment.