mirror of
https://github.com/nunocoracao/blowfish.git
synced 2025-02-02 03:22:33 -06:00
Compare commits
No commits in common. "199d9f4ccea879ecfaf8d481def3e7c0097481c5" and "7d3c37c226acf8ded027a68f8b23b3ac77144332" have entirely different histories.
199d9f4cce
...
7d3c37c226
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:
|
||||
- uses: actions/checkout@v3
|
||||
- run: zip -r config-default.zip config/_default
|
||||
- uses: actions/upload-artifact@v4
|
||||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: config-default
|
||||
path: config-default.zip
|
||||
- name: Upload to release
|
||||
uses: softprops/action-gh-release@v2
|
||||
uses: softprops/action-gh-release@v1
|
||||
with:
|
||||
files: config-default.zip
|
||||
tag_name: ${{ github.event.release.tag_name }}
|
||||
|
|
|
@ -2,4 +2,4 @@
|
|||
[module.hugoVersion]
|
||||
extended = true
|
||||
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