Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
I
interface
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
LuckySwap
interface
Commits
7d379b79
Unverified
Commit
7d379b79
authored
May 20, 2020
by
Moody Salem
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
yaml error
parent
4e8777c7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
13 deletions
+13
-13
ipfs-deploy.yaml
.github/workflows/ipfs-deploy.yaml
+13
-13
No files found.
.github/workflows/ipfs-deploy.yaml
View file @
7d379b79
...
@@ -32,16 +32,16 @@ jobs:
...
@@ -32,16 +32,16 @@ jobs:
with
:
with
:
path
:
build/
path
:
build/
-
name
:
Create Release
-
name
:
Create Release
id
:
create_release
id
:
create_release
uses
:
actions/create-release@v1.0.0
uses
:
actions/create-release@v1.0.0
env
:
env
:
GITHUB_TOKEN
:
${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN
:
${{ secrets.GITHUB_TOKEN }}
with
:
with
:
tag_name
:
${{ github.ref }}
tag_name
:
${{ github.ref }}
release_name
:
Release ${{ github.ref }}
release_name
:
Release ${{ github.ref }}
draft
:
true
draft
:
true
body
:
|
body
:
|
This release can be accessed at the following IPFS URLs:
This release can be accessed at the following IPFS URLs:
- https://cloudflare-ipfs.com/ipfs/${{ steps.upload.outputs.hash }}/
- https://cloudflare-ipfs.com/ipfs/${{ steps.upload.outputs.hash }}/
- https://ipfs.infura.io/ipfs/${{ steps.upload.outputs.hash }}/
- https://ipfs.infura.io/ipfs/${{ steps.upload.outputs.hash }}/
- https://ipfs.io/ipfs/${{ steps.upload.outputs.hash }}/
- https://ipfs.io/ipfs/${{ steps.upload.outputs.hash }}/
\ No newline at end of file
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment