mirror of
https://github.com/nunocoracao/blowfish.git
synced 2025-01-22 22:45:42 -06:00
Compare commits
1 commit
e051dc7501
...
ee44566020
Author | SHA1 | Date | |
---|---|---|---|
|
ee44566020 |
3 changed files with 4 additions and 4 deletions
4
.github/workflows/create-config-zip.yml
vendored
4
.github/workflows/create-config-zip.yml
vendored
|
@ -10,12 +10,12 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- run: zip -r config-default.zip config/_default
|
- run: zip -r config-default.zip config/_default
|
||||||
- uses: actions/upload-artifact@v4
|
- uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: config-default
|
name: config-default
|
||||||
path: config-default.zip
|
path: config-default.zip
|
||||||
- name: Upload to release
|
- name: Upload to release
|
||||||
uses: softprops/action-gh-release@v2
|
uses: softprops/action-gh-release@v1
|
||||||
with:
|
with:
|
||||||
files: config-default.zip
|
files: config-default.zip
|
||||||
tag_name: ${{ github.event.release.tag_name }}
|
tag_name: ${{ github.event.release.tag_name }}
|
||||||
|
|
|
@ -2,4 +2,4 @@
|
||||||
[module.hugoVersion]
|
[module.hugoVersion]
|
||||||
extended = true
|
extended = true
|
||||||
min = "0.87.0"
|
min = "0.87.0"
|
||||||
max = "0.140.2"
|
max = "0.139.3"
|
|
@ -1 +1 @@
|
||||||
v0.140.2
|
v0.139.3
|
||||||
|
|
Loading…
Reference in a new issue