Skip to content

Commit 336dc0d

Browse files
committed
👷 More build & release upload tweaks & fixes
1 parent e159949 commit 336dc0d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,4 +345,4 @@ jobs:
345345
commit: ${{ github.sha }}
346346
tag: ${{ env.SHA_SHORT }}
347347
name: Dev Build Prerelease-${{ env.SHA_SHORT }}
348-
artifacts: "artifacts/**/Dockerfile,artifacts/**/welcome"
348+
artifacts: "artifacts/*.zip"

.github/workflows/release.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
# MadScienceLab Docker Images Builds
1+
## MadScienceLab Docker Images Builds
22

33
Each build produces multiple variants of the `madsciencelab` Docker images containing Ceedling and its supporting frameworks as well as various utilities and compilation toolchains. Each image targets multiple host platforms.
44

55
A dev build of this repository in a Github Action generates files and validates the Docker image build. A release build also pushes the resulting Docker images to Docker hub.
66

77
See the [Docker Hub repository](https://hub.docker.com/r/throwtheswitch) for official releases of the resulting Docker images and their documentation.
88

9-
# Contents
9+
## Contents
1010

1111
* A zip archive for each Docker image containing the generated Dockerfile and any other generated file artifacts used to build the image in Docker Hub.
1212
* A zip archive of the entire project including the static assets used to build the Docker images.

0 commit comments

Comments
 (0)