mirror of
https://github.com/nunocoracao/blowfish.git
synced 2025-01-22 14:35:43 -06:00
Compare commits
8 commits
3478439364
...
075b043be4
Author | SHA1 | Date | |
---|---|---|---|
|
075b043be4 | ||
|
e051dc7501 | ||
|
199d9f4cce | ||
|
77c6dad63d | ||
|
ff2b8ffccc | ||
|
12e7042e9e | ||
|
5afa11c2e1 | ||
|
80cfb06797 |
3 changed files with 5 additions and 5 deletions
6
.github/workflows/create-config-zip.yml
vendored
6
.github/workflows/create-config-zip.yml
vendored
|
@ -8,14 +8,14 @@ jobs:
|
||||||
zip:
|
zip:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
- run: zip -r config-default.zip config/_default
|
- run: zip -r config-default.zip config/_default
|
||||||
- uses: actions/upload-artifact@v3
|
- uses: actions/upload-artifact@v4
|
||||||
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@v1
|
uses: softprops/action-gh-release@v2
|
||||||
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.139.3"
|
max = "0.140.2"
|
|
@ -1 +1 @@
|
||||||
v0.139.3
|
v0.140.2
|
||||||
|
|
Loading…
Reference in a new issue