Collect binary artifacts from build
This commit is contained in:
8
.github/workflows/bump-date.yml
vendored
8
.github/workflows/bump-date.yml
vendored
@@ -12,16 +12,12 @@ on:
|
||||
jobs:
|
||||
bump_date:
|
||||
name: Bump Distribution Date
|
||||
if: github.repository == 'knutwurst/Marlin-2-0-x-Anycubic-i3-MEGA-S'
|
||||
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
|
||||
- name: Check out master
|
||||
uses: actions/checkout@master
|
||||
with:
|
||||
ref: master
|
||||
- uses: actions/checkout@master
|
||||
|
||||
- name: Bump Distribution Date
|
||||
run: |
|
||||
|
Reference in New Issue
Block a user