Skip to content

Commit

Permalink
Disable package upload to wcfan.de in CI
Browse files Browse the repository at this point in the history
The site is offline now.
  • Loading branch information
peace-maker committed Dec 17, 2024
1 parent 5aee30e commit 86088ff
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 35 deletions.
30 changes: 15 additions & 15 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,22 +116,22 @@ jobs:
rm include/smrpg/smrpg_autoversion.inc
- name: Upload build
if: github.event_name == 'push' && github.ref_type == 'branch' && github.ref_name == 'master'
env:
DROPURL: ${{ secrets.DROPURL }}
UPLOADKEY: ${{ secrets.UPLOADKEY }}
SMVERSION: ${{ matrix.sm-main-version }}
shell: bash
run: |
ARCHIVE=smrpg-rev$GITREVCOUNT.tar.gz
cd package
tar -zcvf ../$ARCHIVE *
cd ..
# - name: Upload build
# if: github.event_name == 'push' && github.ref_type == 'branch' && github.ref_name == 'master'
# env:
# DROPURL: ${{ secrets.DROPURL }}
# UPLOADKEY: ${{ secrets.UPLOADKEY }}
# SMVERSION: ${{ matrix.sm-main-version }}
# shell: bash
# run: |
# ARCHIVE=smrpg-rev$GITREVCOUNT.tar.gz
# cd package
# tar -zcvf ../$ARCHIVE *
# cd ..

if [ ! -z "$DROPURL" ]; then
curl -F "sm=$SMVERSION" -F "key=$UPLOADKEY" -F "drop=@$ARCHIVE" $DROPURL
fi
# if [ ! -z "$DROPURL" ]; then
# curl -F "sm=$SMVERSION" -F "key=$UPLOADKEY" -F "drop=@$ARCHIVE" $DROPURL
# fi

- uses: actions/upload-artifact@v4
with:
Expand Down
19 changes: 0 additions & 19 deletions .travis.yml

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ SM:RPG

A modular generic RPG plugin for SourceMod 1.10+.

[![Build Status](https://travis-ci.org/peace-maker/smrpg.svg?branch=master)](https://travis-ci.org/peace-maker/smrpg)
![Build Status](https://github.com/peace-maker/smrpg/actions/workflows/main.yml/badge.svg)

Based on [CSS:RPG](http://forums.alliedmods.net/showthread.php?t=51039) v1.0.5 by SeLfkiLL.

Expand Down

0 comments on commit 86088ff

Please sign in to comment.