Skip to content

Commit

Permalink
Merge pull request #1 from Gedochao/maintenance/fix-up-publishing
Browse files Browse the repository at this point in the history
Update `scala-cli-setup` & fix CI
  • Loading branch information
tgodzik authored Oct 25, 2023
2 parents 49b9a0c + ed53186 commit 44d45ee
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
with:
fetch-depth: 0
# - uses: coursier/[email protected]
- uses: VirtusLab/scala-cli-setup@v0.1
- uses: VirtusLab/scala-cli-setup@v1.0
- name: Test
run: scala-cli test src --cross
run: scala-cli --power test src --cross

# publish:
# needs: test
Expand All @@ -28,9 +28,9 @@ jobs:
# with:
# fetch-depth: 0
# - uses: coursier/[email protected]
# - uses: VirtusLab/scala-cli-setup@v0.1
# - uses: VirtusLab/scala-cli-setup@v1.0
# - name: Publish
# run: scala-cli publish src --cross
# run: scala-cli --power publish src --cross
# env:
# PUBLISH_USER: ${{ secrets.PUBLISH_USER }}
# PUBLISH_PASSWORD: ${{ secrets.PUBLISH_PASSWORD }}
Expand All @@ -46,7 +46,7 @@ jobs:
with:
fetch-depth: 0
# - uses: coursier/[email protected]
- uses: VirtusLab/scala-cli-setup@v0.1
- uses: VirtusLab/scala-cli-setup@v1.0
- name: Create and upload archives
run: scala-cli run Upload.scala
env:
Expand Down
2 changes: 1 addition & 1 deletion Upload.scala
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ object Upload {
}
if (!dummy)
io.github.alexarchambault.millnativeimage.upload.Upload.upload(
ghOrg = "scala-cli",
ghOrg = "VirtusLab",
ghProj = "lightweight-spark-distrib",
ghToken = token,
tag = tag,
Expand Down

0 comments on commit 44d45ee

Please sign in to comment.