Skip to content

Commit

Permalink
update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
badetitou committed Feb 6, 2024
1 parent 7308b11 commit f8de64d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 25 deletions.
20 changes: 1 addition & 19 deletions .github/workflows/continuous.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,22 +35,4 @@ jobs:
uses: coverallsapp/github-action@master
if: ${{ matrix.smalltalk == 'Moose64-11' }}
with:
github-token: ${{ secrets.GITHUB_TOKEN }}

- name: package
run: |
mv /home/runner/.smalltalkCI/_builds/* .
mv TravisCI.image $PROJECT_NAME.image
mv TravisCI.changes $PROJECT_NAME.changes
echo ${${{ matrix.smalltalk }}} | sed -e 's/\.//g' > pharo.version
zip -r $PROJECT_NAME.zip $PROJECT_NAME.image $PROJECT_NAME.changes *.sources pharo.version
ls
- name: Update Release
# You may pin to the exact commit or the version.
# uses: johnwbyrd/update-release@1d5ec4791e40507e5eca3b4dbf90f0b27e7e4979
uses: johnwbyrd/update-release@v1.0.0
with:
release: 'continuous'
token: ${{ secrets.GITHUB_TOKEN }}
files: ${{ env.PROJECT_NAME }}.zip
github-token: ${{ secrets.GITHUB_TOKEN }}
7 changes: 1 addition & 6 deletions .github/workflows/testPR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,4 @@ jobs:
smalltalk-image: ${{ matrix.smalltalk }}
- run: smalltalkci -s ${{ matrix.smalltalk }}
shell: bash
timeout-minutes: 15

- name: Coveralls
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
timeout-minutes: 15

0 comments on commit f8de64d

Please sign in to comment.