Compare commits
3 Commits
fgh_fix261
...
fgh_update
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e6567abd2a | ||
|
|
72df5f0ebc | ||
|
|
6042fab3d2 |
18
.github/workflows/buildLoadup.yml
vendored
18
.github/workflows/buildLoadup.yml
vendored
@@ -73,7 +73,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
# Checkout the actions for this repo owner
|
# Checkout the actions for this repo owner
|
||||||
- name: Checkout Actions
|
- name: Checkout Actions
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v6
|
||||||
with:
|
with:
|
||||||
repository: ${{ github.repository_owner }}/.github
|
repository: ${{ github.repository_owner }}/.github
|
||||||
path: ./Actions_${{ github.sha }}
|
path: ./Actions_${{ github.sha }}
|
||||||
@@ -115,7 +115,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
# Checkout the actions for this repo owner
|
# Checkout the actions for this repo owner
|
||||||
- name: Checkout Actions
|
- name: Checkout Actions
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v6
|
||||||
with:
|
with:
|
||||||
repository: ${{ github.repository_owner }}/.github
|
repository: ${{ github.repository_owner }}/.github
|
||||||
path: ./Actions_${{ github.sha }}
|
path: ./Actions_${{ github.sha }}
|
||||||
@@ -123,7 +123,7 @@ jobs:
|
|||||||
|
|
||||||
# Checkout latest commit
|
# Checkout latest commit
|
||||||
- name: Checkout Medley
|
- name: Checkout Medley
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v6
|
||||||
|
|
||||||
# Setup release tag
|
# Setup release tag
|
||||||
- name: Setup Release Tag
|
- name: Setup Release Tag
|
||||||
@@ -193,7 +193,7 @@ jobs:
|
|||||||
|
|
||||||
# Checkout Notecards and tar it in the tarballsdir
|
# Checkout Notecards and tar it in the tarballsdir
|
||||||
- name: Checkout Notecards
|
- name: Checkout Notecards
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v6
|
||||||
with:
|
with:
|
||||||
repository: ${{ github.repository_owner }}/notecards
|
repository: ${{ github.repository_owner }}/notecards
|
||||||
path: ./notecards
|
path: ./notecards
|
||||||
@@ -268,7 +268,7 @@ jobs:
|
|||||||
|
|
||||||
# Checkout latest commit
|
# Checkout latest commit
|
||||||
- name: Checkout Medley
|
- name: Checkout Medley
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v6
|
||||||
|
|
||||||
# Environment variables
|
# Environment variables
|
||||||
- name: Environment variables
|
- name: Environment variables
|
||||||
@@ -349,7 +349,7 @@ jobs:
|
|||||||
|
|
||||||
# Checkout latest commit
|
# Checkout latest commit
|
||||||
- name: Checkout Medley
|
- name: Checkout Medley
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v6
|
||||||
|
|
||||||
# Environment variables
|
# Environment variables
|
||||||
- name: Environment variables
|
- name: Environment variables
|
||||||
@@ -418,7 +418,7 @@ jobs:
|
|||||||
|
|
||||||
# Checkout latest commit
|
# Checkout latest commit
|
||||||
- name: Checkout Medley
|
- name: Checkout Medley
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v6
|
||||||
|
|
||||||
# Store the values output from loadup job as environment variables
|
# Store the values output from loadup job as environment variables
|
||||||
- name: Environment Variables
|
- name: Environment Variables
|
||||||
@@ -530,7 +530,7 @@ jobs:
|
|||||||
|
|
||||||
# Checkout latest commit
|
# Checkout latest commit
|
||||||
- name: Checkout Medley
|
- name: Checkout Medley
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v6
|
||||||
|
|
||||||
|
|
||||||
# Upload a dummy file to release
|
# Upload a dummy file to release
|
||||||
@@ -623,7 +623,7 @@ jobs:
|
|||||||
|
|
||||||
# Checkout the actions for this repo owner
|
# Checkout the actions for this repo owner
|
||||||
- name: Checkout Actions
|
- name: Checkout Actions
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v6
|
||||||
with:
|
with:
|
||||||
repository: ${{ github.repository_owner }}/.github
|
repository: ${{ github.repository_owner }}/.github
|
||||||
path: ./Actions_${{ github.sha }}
|
path: ./Actions_${{ github.sha }}
|
||||||
|
|||||||
@@ -64,7 +64,7 @@ tar -c -z -f "${release_dir}"/$tag-runtime.tgz \
|
|||||||
--exclude "*~" \
|
--exclude "*~" \
|
||||||
--exclude "*#*" \
|
--exclude "*#*" \
|
||||||
--exclude exports.all \
|
--exclude exports.all \
|
||||||
--exclude "venuesysouts" \
|
--exclude "venuesysouts" \
|
||||||
${name_xform} \
|
${name_xform} \
|
||||||
"${dirname}"/clos \
|
"${dirname}"/clos \
|
||||||
"${dirname}"/docs/dinfo \
|
"${dirname}"/docs/dinfo \
|
||||||
@@ -80,6 +80,7 @@ tar -c -z -f "${release_dir}"/$tag-runtime.tgz \
|
|||||||
"${dirname}"/fonts/adobe \
|
"${dirname}"/fonts/adobe \
|
||||||
"${dirname}"/fonts/postscriptfonts \
|
"${dirname}"/fonts/postscriptfonts \
|
||||||
"${dirname}"/fonts/ipfonts \
|
"${dirname}"/fonts/ipfonts \
|
||||||
|
"${dirname}"/fonts/medleydisplayfonts \
|
||||||
"${dirname}"/library \
|
"${dirname}"/library \
|
||||||
"${dirname}"/lispusers \
|
"${dirname}"/lispusers \
|
||||||
"${dirname}"/sources \
|
"${dirname}"/sources \
|
||||||
|
|||||||
Reference in New Issue
Block a user