File tree Expand file tree Collapse file tree 2 files changed +8
-9
lines changed Expand file tree Collapse file tree 2 files changed +8
-9
lines changed Original file line number Diff line number Diff line change @@ -105,9 +105,8 @@ jobs:
105
105
# TODO: [CI] Add cabal check #9
106
106
# - name: Run checks (cabal)
107
107
# run: cabal check
108
- # TODO: [CI] Create source distribution file #11
109
- # - name: Create source distribution file (cabal)
110
- # run: cabal sdist
108
+ - name : Create source distribution file (cabal)
109
+ run : cabal sdist
111
110
- name : Identify version (cabal)
112
111
id : get_version
113
112
run : |
@@ -121,9 +120,8 @@ jobs:
121
120
122
121
with :
123
122
path : ./dist-newstyle/build/x86_64-linux/ghc-9.2.8/${{env.VERSION}}/doc/html/geniusyield-dex-api/
124
- # TODO: [CI] Create source distribution file #11
125
- # - name: Upload artifacts
126
- # uses: actions/upload-artifact@v3
127
- # with:
128
- # name: source-distribution-file
129
- # path: ./dist-newstyle/sdist/${{env.VERSION}}.tar.gz
123
+ - name : Upload artifacts
124
+ uses : actions/upload-artifact@v3
125
+ with :
126
+ name : source-distribution-file
127
+ path : ./dist-newstyle/sdist/${{env.VERSION}}.tar.gz
Original file line number Diff line number Diff line change 50
50
--verify-tag \
51
51
--draft \
52
52
"${SEMANTIC_VERSION}" \
53
+ "./artifacts/${{ env.VERSION }}.tar.gz#Source distribution file (tar.gz)" \
53
54
"./artifacts/${HADDOCK_FILE}#Haddock (tar)"
54
55
echo "::notice::Succesfully created release draft ${SEMANTIC_VERSION} from ${GIT_REVISION}. (Uploaded: ${{ env.VERSION }}.tar.gz)"
You can’t perform that action at this time.
0 commit comments